Move Repository to another Computer
Dec 16, 2013
1 min read
May 31, 2023 18:15 EEST
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
Related Posts
Dec 16 | Create a new repository | 1 min read |
Dec 16 | Creating a branch | 1 min read |
Dec 16 | First checkout | 1 min read |
Dec 16 | Hide Whitespace Changes | 1 min read |
Dec 16 | Import data into the new repository | 1 min read |