SVN to RTC
Jim Bastl (1●1●2●2)
| asked Jan 24 '13, 3:23 p.m.
retagged Dec 13 '13, 2:28 p.m. by David Lafreniere (4.8k●7)
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:
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
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.
|
I had used svnadmin dump source project > Target File and worked fine. Did you try 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.