Is it possible?
Asked
Active
Viewed 1,355 times
2 Answers
1
Exporting sources from ClearCase?
The surest way is a snapshot view on a dedicated workstation: since a snapshot view has its storage (the equivalent of the .svn
directories) outside the said view, that means the resulting directory is clean.
Then you can take this tree, compress it and transfer it whenever you want, (like a workstation without any VCS)
-
I was trying to make a snapshot view but it complained that storage server is using different operating system and failed. Why does it have to store something on server? – JtR Sep 02 '09 at 10:52
-
You can specify the view storage by using an explicit path: just use a directory on your computer you can access through a share. That means you have a ClearCase server (view server) installed – VonC Sep 02 '09 at 10:53
-
It needs to have a view storage because it checkout files and references to date if checkin files are stored within. That way the snapshot view can detect hijacked files (files modified without being checked out first) – VonC Sep 02 '09 at 10:54
0
Use a snapshot view. Update the config spec in such a way that it selects the latest version of all elements from the main branch.
Copy the folder recursively to another folder say c:\svntemp
Import the contents in c:\svntemp\ in to SVN.
For each branch that you have you need to follow this procedure

Smart
- 1