When importing SVN, what causes the error: "Unknown SVN Dump version" ?
Accepted answer
Having an uncompressed dump file did the trick, the importer is now able to read the dump file.
Have been able to import a Trunk into a RW Component.
Noticed when trying to import an individual branch, the file folder view was missing some branches recently created in SVN Edge (the dump was created afterwards) and was also showing a lot more branches than actually exist on the SVN server.
Is a SVN Edge dump file different in format to normal svn dump file?
Have been able to import a Trunk into a RW Component.
Noticed when trying to import an individual branch, the file folder view was missing some branches recently created in SVN Edge (the dump was created afterwards) and was also showing a lot more branches than actually exist on the SVN server.
Is a SVN Edge dump file different in format to normal svn dump file?
3 other answers
The importer only supports version 1 and 2 of the dump file format. I'm not certain but my guess is that the version of subversion you are are extracting the dump from has customized the dump format. This thread (http://subversion.open.collab.net/ds/viewMessage.do?dsForumId=3&dsMessageId=454290) seems to indicate that the dump may be compressed. Try uncompressing it to see if that helps.
Have you tried the patch for the importer?
https://jazz.net/wiki/bin/view/Main/SCMImport
https://jazz.net/wiki/bin/view/Main/SCMImport
Comments
Hi Lionel,
Can you please help describe how did you uncompress your svn dump file? I am getting the same error message when I try to import an svn dump file into RTC as per the instructions given therein.
"Unsupported dump file version: 3"
I have a SVN dump file which I have downloaded from the dump repository of apache.org and want to import it into RTC. Any help will be appreciated.
Thanks
Sandeep