Reusing ClearCase View

I would like to reload the view (which was created earlier) instead of creating a whole new one.

Two scenarios:

1 - Hard drive failure and local view no longer exists.
2 - The new laptop is configured using ClearCase.

In either (or both) of these cases, you can restore the view on the local drive? Or do you need to delete the view and then create a new one? I would rather not have STREAM_2_int and STREAM_3_int if I can get away from this.

(Side question: if someone has a desktop and a laptop, can they use the same view for each of them, or is it just one for each computer?)

+5
source share
1 answer

, , ClearCase ( .vws) , .

, ( ) , - view.dat.

IBM view.dat

perl script ( ClearCase), view.dat <ClearCase>\etc\utils\regen_view_dot_dat.pl -tag <view-tag-id> <view root directory path>.

:

C:\source>ccperl c:\Rational\ClearCase\etc\utils\regen_view_dot_dat.pl -tag aSnapViewName .
rgy_view_uuid: "d17190d381de4ce89757d5465eb41f2c".
creating ".\view.dat".

C:\source>type view.dat
ws_oid:00000000000000000000000000000000 view_uuid:d17190d381de4ce89757d5465eb41f2c

, , \\shared\path\to\aSnapViewName.vws , .

+4

All Articles