SVN import into RTC
Hi Forum,
I have downloaded an SVN dump from http://svn-master.apache.org/dump/. And, want to import it into RTC. The steps I followed are:
1) extract the dump file from svn-asf-public-r0:1164363.7z (downloaded from above url). Its a huge 45 gig data.
2) then, i login into RTC as admin and follow the guidelines given in RTC to import the SVN dump.
it throws the error message :
"Unsupported dump file version: 3"
Can somebody help to understand what wrong am I doing?
BR
Sandeep
2 answers
Hi Sandeep.
-Matt
SVN dumpfile version 3 is a delta-based dump, which the RTC SVN importer does not support. You'll need to find or generate a dump file without deltas (i.e. do not specify the --deltas flag when issuing the dump command), which will give you a version 2 dump.
See this forum article for more info:
Hi Matt,
thanks for your response. I will look into the link.
i guess, i will have to import it into SVN server and then import in version 2 dump from there.
We are evaluating three different tool including RTC for our version management. And we want to import a huge changeset with history into all three so we can compare the end usage results. though, we have a git repository but I think RTC does not support importing changes from GIT.
fortunately other two tools (plasticSCM, STASH) support import from SVN so we downloaded this dump from apache.
can you suggest any big svn dump (version 2 dump) which I can download and import directly into RTC?
Best Regards
Sandeep