It's all about the answers!

Ask a question

Issues while creating SVN dumps for importing into RTC


anoop mc (74811194221) | asked Jul 04 '17, 8:49 a.m.

 Hi,


We are in the process of creating SVN dump to perform the import activity.

We have an SVN project by name svn_test 

Got to see the syntax for svn dump file creation is 
 C:\csvn\bin>svnadmin dump --help
dump: usage: svnadmin dump REPOS_PATH [-r LOWER[:UPPER] [--incremental]]

Getting the below syntax error.  

Repository PathC:\svn_test

C:\csvn\bin>svnadmin dump c:\svn_test\
svnadmin: E720002: Can't open file 'C:\svn_test\format': The system cannot find
the file specified.


3 answers



permanent link
anoop mc (74811194221) | answered Jul 05 '17, 11:27 a.m.

permanent link
anoop mc (74811194221) | answered Jul 11 '17, 7:01 a.m.

 Hi Team,


The solution go as below  >>>  SVN Version Used : svn, version 1.8.17 (r1770682)  [collabnet SVN]

  1. Create an empty folder for storing your SVN Dump  (here we have used SVN-dump)
  2. Navigate to SVN repository and type the command svn info which gives the repository information. (C:\svn_test>svn info)
  3. Make a note of your repository root -  http://<svn_server>/svn/snv_test
  4. Navigate to the new SVN Dump folder and issue the below command for creating dump. (C:\SVN-dump)
  5. C:\SVN-dump>svnrdump dump -r0:HEAD http://<svn_server>/svn/snv_test >test2.dmp


permanent link
anoop mc (74811194221) | answered Jul 14 '17, 5:13 a.m.

 After creating the SVN dumps and when trying to import into RTC it is giving the below error


unsupported dump file version:3 

Referring to the below articles : It says import version:2 
https://jazz.net/forum/questions/105779/import-from-svn-into-jazz

can someone help us understand what has gone wrong here

svn_import_error


Comments
Arun K Sriramaiah commented Jul 14 '17, 6:23 a.m.

Check the .log and past the error message


anoop mc commented Jul 14 '17, 7:12 a.m.

 There is no specific log trace found in CCM and JTS log file.


Arun K Sriramaiah commented Jul 14 '17, 10:12 a.m.

Check RTC eclipse  .log  in workspace metadata folder.

Your answer


Register or to post 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.