I am trying to programatically determine if a VOB is mounted in clearcase. Specifically, I want to run a command and parse the output.
However, I can't seem to find this information in cleartool describe.
|
I am trying to programatically determine if a VOB is mounted in clearcase. Specifically, I want to run a command and parse the output. However, I can't seem to find this information in |
|||
|
|
should be enough If there is a star (
If there is not: it is not yet mounted. See command lsvob. :_ By default,
|
|||||
|
|
I've found if you have a view already running, a simple "if exists" \view\\VOB works. Sometimes (if for example you're trying to use the CAL, things can be a tad slow at times) I.E. Perl
Batch
The above will check for a particular folder, if it doesn't exist, you can do a mount vob command. VB.NET
Just some additional insight. (you don't always have to use the Clearcase/Quest tools to do what you need) |
|||
|
|