I want to use the cleartool lsview -quick command but it requires a host name argument, also called a "registry server". Can one use a cleartool command or examine a client log file to determine which host/registry server a given view is using?
相关问题
- How to restrict VOB read access in ClearCase (Wind
- preserving history when using mercurial ontop of c
- How to use ClearCase annotate sub-command?
- listing files checked in during last 2 days
- VS2008 and ClearCase : opening solution requests a
相关文章
- Provide version to independent files in clearcase
- How to undo checkout a file checked out from anoth
- Getting present working view in Clearcase
- What is the nature of a “MVFS filesystem” with Cle
- How to list only the name of the baselines in UCM
- Reuse a ClearCase view
- Value of using Git with ClearCase, AccuRev or Perf
- ClearCase: change branch type name?
I should have looked harder. The answer is
cleartool hostinfo -long
which will include the Registry host in the output listing.cleartool hostinfo
is not ideal, because not always meant to be parsed (on Unix for instance, it can be truncated)On Windows, I would prefer fetching that information directly from the registry, which should be under
HKLM\Software\Atria\ClearCase\CurrentVersion
- (I'll check tomorrow)(a bit like when you have to manually switch registry server)