When importing SVN, what causes the error: "Unknown SVN Dump version" ?
Lionel Butler (36●3●5)
| asked Jul 09 '12, 6:36 a.m.
edited Oct 12 '17, 12:48 p.m. by David Lafreniere (4.8k●7) Trying to import an SVN Dump into RTC 3.0.1,
|
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? David Lafreniere selected this answer as the correct answer
Comments
Michael Valenta
commented Jul 25 '12, 10:13 a.m.
| edited Oct 12 '17, 12:49 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
I wouldn't think the dump format would be different. The importer will show all branches that existed over the lifetime of the repo. As to missing branches, I would need more details about the missing branches, specifically, what is the path of the missing branch.
|
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.
Comments
Lionel Butler
commented Jul 10 '12, 3:43 a.m.
Thanks Michael I'll ask the Subversion chap to investigate. |
Have you tried the patch for the importer?
https://jazz.net/wiki/bin/view/Main/SCMImport Comments Yes have already tried, but no difference. 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.
Deepti Rao
commented Mar 18 '13, 10:01 a.m.
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
The comment was to try the import with the latest fixes, which isn't relevant anymore. I believe those fixes were backported.
|
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
|
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.