RTC Integration with TFS
2 answers
To migrate to RTC you don't need an integration but an importer. As of now there are importers for CVS, SVN, Bugzilla, ClearCase, ClearQuest for migrating into RTC but not for any MS tool like VSS or TFS as far as I know. The best way is to import as flat files - possibly multiple imports corresponding to multiple baselines in TFS.
Thanks!
Thanks!
A common approach for migrating from an arbitrary SCM system to RTC is
to first import that arbitrary system into SVN (since there are SVN
importers from almost anywhere), and then import that result into RTC
using the RTC SVN importer.
For example, tfs2svn is a program that imports from TFS into SVN.
Cheers,
Geoff
On 4/28/2011 9:53 AM, theju wrote:
to first import that arbitrary system into SVN (since there are SVN
importers from almost anywhere), and then import that result into RTC
using the RTC SVN importer.
For example, tfs2svn is a program that imports from TFS into SVN.
Cheers,
Geoff
On 4/28/2011 9:53 AM, theju wrote:
To migrate to RTC you don't need an integration but an importer. As of
now there are importers for CVS, SVN, Bugzilla, ClearCase, ClearQuest
for migrating into RTC but not for any MS tool like VSS or TFS as far
as I know. The best way is to import as flat files - possibly
multiple imports corresponding to multiple baselines in TFS.
Thanks!