Skip to content

marcnewport/svn_backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BACKUP

backup the full svn repo from the remote server using:

svnrdump dump https://ninelanterns.svn.cloudforge.com/9lbenchmark > 9lbenchmark.dump

RESTORE

create a new "remote" svn repository locally

svnadmin create ./9lbenchmark

load in the previously dumped data

svnadmin load ./9lbenchmark < 9lbenchmark.dump

no we can checkout from this repo

svn co file:///path/to/local/repo/9lbenchmark ./9lbenchmark

About

back up and compress a list of svn repositories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published