Migrate PVCS to RTC
Does RTC/Jazz provide any feature to migrate all PVCS files to RTC/Jazz repository? Along with the files, I'd also like to migrate all the previous revisions of those PVCS files. Any help would be greatly appreciated! |
2 answers
I think you wold have to do a two step approach..
PVCS to SVN, SVN to RTC. I found at least one PVCS to SVN migration tool, never done it, not recommending the tool, just a quick search https://www.polarion.com/products/svn/svn_importer |
Ralph Schoon (63.5k●3●36●46)
| answered Dec 15 '15, 12:33 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I am not a fan of bringing the whole history over. Since the systems operate by very different approaches the results can be surprising. A better way from my perspective is to keep the old history in the old tool, migrate some baselines and restructure.
Keep the old system available for reference but gradually reduce accessibility to the old system. If no one complains about wanting to see the history any longer, backup and mothball the old system if needed. Otherwise Sam's suggestion is one approach. another is to use the SCM commandline or some other API based tools to do this. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Thank you Sam. I will dig into more the two step approach.