tortoisesvn - How to transfer source code from one svn server to another? -


  • we have old svn server has solutions plus web site phase 2_a1821 source code need source code moved new svn server? possible? if yes pls tell me steps follow.

regards zuhaib

i'd suggest using svndump:

svnadmin dump repositorypath | gzip > backupname.svn.gz 

that give gzipped backup of repository. can copy new svn server , unarchive it.

you can try hotcopy or svnsync (although seems overkill puporse). hotcopy preserve control files svndump miss. can run while svn server up.

svnadmin hotcopy repositorypath /path/to/backup 

you can gzip backup , transfer it.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -