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。
本文介绍了一种推荐的方法来安全地备份Subversion (SVN) 仓库:使用svnadmin hotcopy命令。通过这种方式,可以创建仓库的一个副本,并且可以选择清理日志文件以节省空间。此外,还提到了svnadmin工具的安装方式。
1112

被折叠的 条评论
为什么被折叠?



