Daily Archives: December 22, 2010

Moving SVN repositories

To move a subversion repository just dump the repository. Here is a little script to dump all /var/svn repositories to their own portable dump.gz file: #!/usr/bin/perl ## backup each repository in /var/svn to a file dirname.svn.dmp.gz ## and push to … Continue reading

Posted in Uncategorized | Leave a comment