1

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?

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
Alavaros
  • 1,665
  • 7
  • 32
  • 52

1 Answers1

2

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, ...)

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • Thanks @VonC. Could you tell me if there is anyway to use `describe` command through Clear Case plugin for Eclipse? – Alavaros Jan 07 '15 at 12:11
  • 1
    @Alavaros yes, this is generally done through the contextual menu entry "properties". – VonC Jan 07 '15 at 12:37