Как удалить вид снимка из CCRC при отключении «Удалить просмотр clearCase»?

StackOverflow https://stackoverflow.com/questions/3919014

  •  29-09-2019
  •  | 
  •  

Вопрос

Я запускаю систему с удаленной версией клиента ClearCase 7.0.1.cu04.
У меня нет ClearTool, установленного в системе, поэтому решение командной строки для моей проблемы, вероятно, недоступно для меня.

Внутри CCRC я создал много просмотров, которые появляются на панели Navigator.
Я хотел бы удалить их, чтобы уменьшить беспорядок, но не видеть вариантов пользовательского интерфейса, чтобы сделать это.
Щелкнуть правой кнопкой мыши покажет мне инвалид "delete«В списке всплывающих меню. А также« Удалить представление ClearCase »в меню« Среда »отключено. Удаление связанного каталога в файловой системе (не CCRC) просто оставит осиротежный элемент в списке, показанном в CCRC.

Как я могу удалить эти взгляды?

Это было полезно?

Решение

I confirm that CCRC doesn't come with any cleartool CLI -- scratch that: with CCRC7.1 onwards, you do have a CCRC Remote CLI (including a rmview command!).
They can be deleted on the CCRC server where they are listed as ccweb views, like this technote mentions.
But it also mentions:
"The proper way to remove a ClearCase Web view is through the CCWeb interface or CCRC interface."

So it must be possible (and has always been, according to the feature matrix).

  • Select a view
  • Right-click and select Remove ClearCase View (not "delete")

Are your views within a working set?
There is a bug associated with views in working set.

Другие советы

If all you want is to remove the list of views from your CCRC client, you can simply edit this file in your default home directory --> C:\Documents and Settings\.ccase_wvreg

This file contains the list of CCRC views storage directory on your local machine.

However, doing this doesnt cleanup the registry server, you need to ask the CC admin to cleanup the reg server. This 2 commands will work for the admins.

cleartool unregister

cleartool rmtag

I had the problem with removing the view being greyed out when I was connected to the view and right clicked on the view. This problem went away accidentally when I did the following:

  1. Exited CCRC client
  2. Got back into CCRC client
  3. Expanded "My Views"
  4. Right click on the view to be removed without connecting to it.

I found a very unintuitive way to remove the ClearCase View. Although the "Remove ClearCase View" option under the "Environment" is shown disabled, it can still be chosen. And it will remove the view. So there is some bug in CCRC apparently.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top