It's all about the answers!

Ask a question

SVN to RTC


Jim Bastl (1122) | asked Jan 24 '13, 3:23 p.m.
retagged Dec 13 '13, 2:28 p.m. by David Lafreniere (4.8k7)
I have a client that is migrating to RTC 4.0.0.1 and we are trying to import an SVN dump file that was created with the following command:

 svnrdump dump https:://url_to_repo/bsro_framework>>bsro_framework.dmp --username my_user_name

When using the RTC import of and SVN dump, I get the following error:

Unsupported dump file version: 3 

I saw in a previous post that the --deltas qualifier should be omitted.  We did not use that qualifier.  Help!

2 answers



permanent link
Tim Mok (6.6k38) | answered Jan 24 '13, 4:34 p.m.
JAZZ DEVELOPER
I think the double angle bracket >> is causing the problem. I believe this means to append to the file. So if the file already exists, it probably couldn't append to it. The single angle bracket will overwrite the file if it already exists so it should fix the problem.

permanent link
Suresh Raman (9152332) | answered Jan 24 '13, 4:21 p.m.
I had used svnadmin dump source project > Target File and worked fine. Did you try this?

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.