ansonsten gibt es noch dieses cli-tool:
Code:
USAGE:
svn-hot-backup [OPTIONS] REPOS_PATH BACKUP_PATH
Create a backup of the repository at REPOS_PATH in a subdirectory of
the BACKUP_PATH location, named after the youngest revision.
Options:
--archive-type=FMT Create an archive of the backup. FMT can be one of:
bz2 : Creates a bzip2 compressed tar file.
gz : Creates a gzip compressed tar file.
zip : Creates a compressed zip file.
--num-backups=N Number of prior backups to keep around (0 to keep all).
--help -h Print this help message and exit.