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