Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Issues while creating SVN dumps for importing into RTC

 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.


0 votes



3 answers

Permanent link

Here is some of the similar known issues which we came accross while searching on the internet



0 votes


Permanent link

 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

0 votes


Permanent link

 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

0 votes

Comments

Check the .log and past the error message

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

Check RTC eclipse  .log  in workspace metadata folder.

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,023

Question asked: Jul 04 '17, 8:49 a.m.

Question was seen: 6,549 times

Last updated: Jul 14 '17, 10:12 a.m.

Confirmation Cancel Confirm