I have already created my project views from the Rational Clearcase Client on XP machine.
Due to some reason I need to format my machine and I have installed Windows 7. Now my problem is, I already have the existing folders of the views created on XP. How do I re-import it so it will be shown in my Clearcase Navigator on Windows 7 machine?
I have already created my project views from the Rational Clearcase Client on XP
Share
In the OP jaychapani ‘s case (ClearCase Remote client):
The view storage for a “web view” is by definition on the CCRC server (so not on the client)
See “
How to reconstruct a CCRC view copy area after an unintentional deletion“
(the equivalent of a snapshot view directory is called, in CCRC, “view copy area”)
There is no way to perform such recovery completely from the CCRC graphical user interface (GUI).
Original answer, for a full ClearCase installation
If depends where the view storage of your (snapshot) view is stored.
If the view storage isn’t stored on your local computer, you can simply re-create the root directory of your snapshot view and use “
regen_view_dot_dat.pl” script found in<cc-home-dir>\etc\utilsto regenerate theview.dathidden file.See “Clearcase – Find out when view was created” for more on that tool.
From that path, you can type
clearexplorer .(note the space and the ‘.‘ dot), and you will see your view back in the ClearCase Explorer. Update it and you will find back its content.If you had saved your snapshot view before formatting (including the hidden file
view.dat), this is even easier: go the root path of that view and typeclearexplorer .: your view will be back.