SvnBackup - Backup Tool For Subversion Repositories
Overview
The SvnBackup command line tool is used to create backup copies of your subversion repositories. The source code is the life blood of your application. Keeping the source repository backed up is major part in keeping your team going in case something goes wrong with your repository.
Features
- Backup repository using hotcopy command
- Backup folder management
- Support repository parent directory
- Keep x number of backups
- Compress backups
Backup Process
SvnBackup follows the recommend way of backing up your subversion repository. While you can xcopy your repository, it may not always be the safest. SvnBackup automates the process by using svnadmin hotcopy command. The hotcopy command is the only safe way to make a backup copy of your repository.