It's all about the answers!

Ask a question

How to merge files from svn to rtc


qiu saphen (27126039) | asked Apr 27 '11, 2:56 a.m.
Hi,
My team is working on an open source project which source control software is svn, we need merge open source code every week, we use cs svn before and it is easy to merge such code from svn to svn.
But now we have RTC, RTC is not svn, we find no way to do the merge, besides only checkout the different files and then check-in to RTC, it waste much time to do this...
Could anyone give us a method on how to merge files from svn to rtc??
Your comments are welcome, thanks in advanced!

2 answers



permanent link
Michael Valenta (3.7k3) | answered Apr 27 '11, 9:30 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
You could do this using the SVN import capability. You would need to keep a workspace that matched the previous state that you imported from SVN. You could perform a new import starting at the revision after the last import to get that workspace up-to-date with SVN. You could then accept those changes into another workspace that contained nay changes made outside of svn and perform any required merging. Here's a wiki page that describes the SVN importer:

https://jazz.net/wiki/bin/view/Main/SCMImport

permanent link
Erik anderson (38315029) | answered Apr 27 '11, 2:59 p.m.
we're planning to use http://jazz.net/library/article/214

Your answer


Register or to post 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.