How might I migrate data from RTC 4.0.2 to SVN Edge 4.0? I have a multiple vobs (total size 10 GB). I do not want to lose any data during the migration.
Please provide details on how I might perform this migration?
How might I migrate data from RTC 4.0.2 to SVN Edge 4.0? I have a multiple vobs (total size 10 GB). I do not want to lose any data during the migration.
Please provide details on how I might perform this migration?
RTC is not just a source control referential like SVN Edge.
you will loose during the migration any link between change sets and Work Items or Build Records, as well as the Plans and Reports.
The size of the Vobs (actually called "jazz repository", since Vob is a ClearCase term) isn't important, since you would export component per component.
Finally, I am not aware of any export tools from RTC to another VCS (and I am not the only one).
You might need to script it in order to list and load each change set of a component, one by one, and for each change sets loaded in your local workspace, commit that content in your Subversion repo.
Just a couple things to add to the first answer: