When importing SVN, what causes the error: "Unknown SVN Dump version" ?
Accepted answer
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
https://jazz.net/wiki/bin/view/Main/SCMImport
Comments
Yes have already tried, but no difference.
Though I did not find an existing file to replace and the RTC Client was installed with Installation Manager. Based on the step below:
You can put it in the "installDir"/jazz/client/eclipse/plugins directory
(where "installDir" is the directory). It should replace an existing file of the
same name. Note that this method will only work if you install the RTC client
from the zip install (i.e. if you used the Install Manager, it probably won't
work).
Your error message may be due to a bug fixed in the patch. It doesn't seem to be installable if you used IM to install RTC according to the wiki. I would suggest trying a plain zip client and install the patch before trying again.
Have tried the zip client, and applied the patch successfully, unfortunetly the same error occurs.
Is there a definitive list of which subversion dumps are supported?
Where do I download the patch? It does not appear in the above link. I am getting the similar error ("Unsupported dump file version: 3") trying to import SVN dump using.
$ svnrdump --version
svnrdump.exe, version 1.7.3 (r1242825)
compiled Feb 13 2012, 17:43:17
The comment was to try the import with the latest fixes, which isn't relevant anymore. I believe those fixes were backported.
The dump file you've created is in a different format that the importer doesn't support. Did you create a delta dump? Those aren't supported by the importer.
You should also check and update to the latest fixpack for your release just to be sure that you have all the latest importer fixes.