For SVN repo backup we can use
svndump
If we want to filter history then use -
SVNdumpfilter
To take backup of individual folder we can use
svndumpfilter -include
svndumpfilter -exclude
Example -
http://stackoverflow.com/questions/417726/how-to-move-a-single-folder-from-one-subversion-repository-to-another-repository
Note: To use above command you need svnadmin rights. Take command line where you have installed svn.
svndump
If we want to filter history then use -
SVNdumpfilter
To take backup of individual folder we can use
svndumpfilter -include
svndumpfilter -exclude
Example -
http://stackoverflow.com/questions/417726/how-to-move-a-single-folder-from-one-subversion-repository-to-another-repository
Note: To use above command you need svnadmin rights. Take command line where you have installed svn.
No comments:
Post a Comment