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.
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:
|