rsvndump is a command line tool that is able to dump a subversion repository that resides on a remote server. All data is dumped in the format that can be read/written by svnadmin, so the data produced by rsvndump can easily be imported into a new subversion repository.
| Tags | Archiving backup Software Development Version Control Subversion |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | POSIX Windows |
| Implementation | C |
Recent releases


Release Notes: This version fixes possibly invalid dump output when run with --keep-revnums. The --dry-run and --obfuscate command line flags have been added to ease the submission of dumps for bug reports.


Release Notes: This release includes performance improvements for revision range determination and path hash calculations. A bug that could cause unloadable dumps under certain conditions as well as a possible segmentation fault have been fixed. The CodeBlocks project file for Compilation on Windows has been fixed.


Release Notes: This release fixes a bug introduced in 0.5.3 that could lead to crashes when dumping a subdirectory. Additionally, performance issues caused by unnecessary stats for copied revisions have been fixed.


Release Notes: This release fixes dumping with text deltas, which didn't reduce the resulting dump size. Additionally, support for the --config-dir option of the normal svn command-line client has been added, and a couple of minor issues have been fixed.


Release Notes: This release fixes a couple of serious issues, including a bug that could prevent directory properties from being dumped, as well as a bug that could result in an unloadable dump file.