Setting up the target machine (or server) to clean up the VOB
I read in the IBM Rational ClearCase manual that there is a ct mount command , but I believe this is only to mount the VOB from the VOB server after you have entered the ClearCase environment.
I am trying to determine if I can mount my target machine in my personal ClearCase view. For example, I would ideally enter the following mount command on my target machine:
mount -t nfs [server_of_view]: / some / vob / dir / local / dir / of / target / machine
Is it possible to do a unix mount as ClearCase? If so, how do I do it?
source to share
mount
and cleartool mount
- two different teams.
The latter is for accessing vob from a dynamic view (and is not used at all for snapshot views).
The first will allow you to access the snapshot view and you will not be able to test it.
source to share