Is it possible to load svn dump into existing svn repository

abid
abid
Hi,    Is it possible to load svn dump into existing svn repository without deleting its existing contents?    C:\svnrepo has already data.  svn:\\localhost\section1    I just want to load the migrated data to existing repository on new folder ‘section2’ without overwriting 'section1' contents.  svn:\\localhost\section2    Is there any solution available something like below (it's not correct.) :)  svnadmin load svn:\\localhost\section2 < newdata.dat  Please provide your inputs.    Regards,  abid

Last updated

DareDevil73
andyl
andyl
DareDevil73Try with option "--parent-dir" : http://svnbook.red-bean.com/en/1.0/re36.html .
Unless someone is actually using version 1.0 of Subversion, please reference the current version of the manual. http://svnbook.red-bean.com/nightly/en/svn.ref.svnadmin.c.load.html

1-3 of 3

Reply to this discussion

You cannot edit posts or make replies: You should be logged in before you can post.