SVN Repository Backup

The recommended method is to run

引用

svnadmin hotcopy path/to/repository path/to/backup --clean-logs


to create a copy of your repository in a safe manner. Then backup the copy. The --clean-logs option is not required, but removes any redundant log files when you backup a BDB repository, which may save some space.

The svnadmin tool is installed automatically when you install the Subversion command line client. If you are installing the command line tools on a Windows PC, the best way is to download the Windows installer version. It is compressed more efficiently than the .zip version , so the download is smaller, and it takes care of setting the paths for you.

 

似乎只有Repository 的backup,而无project的backup。

你可能感兴趣的:(windows,SVN,subversion)