subversion:move_repository_to_other_computer
Move Repository to another Computer
Make a dump of the current backup:
svnadmin dump path >svn_dump_path
Copy the file to your new computer and do the following there:
svnadmin create newrepository svnadmin load newrepository < svn_dump_path
subversion/move_repository_to_other_computer.txt · Zuletzt geändert: 2013/12/16 14:10 von idefix