August 2006

Move Subversion repo to another location (win32)

Posted by Oleg Kossoy on August 30, 2006 in Computers

svnadmin dump c:/path/to/repo > repo.dmp
move repo.dmp to the new server
svnadmin load c:/svnrepos < repo.dmp
c:/svnrepos - default repository whith win32 install of subversion
that’s all