Search code examples
svnrepositoryclearcase

Is there anything similar to `svn info` in clearcase?


Some time ago, I worked with Subversion and I know svn info command, but now I need something similar in ClearCase.

What would be the ClearCase equivalent?


Solution

  • In general svn info generates information that you could find in ClearCase with cleartool describe.

    You can apply cleartool describe to various ClearCase element (a file or folder, a vob, Attributes, version labels, or both, which are attached to a particular version, Hyperlinks attached to a particular object, ...)