Download List

Project Description

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-03-12 11:54
0.5.8

This release fixes two bugs that could cause invalid dump output. The first one occurred when directories were copied that were once created by a replace option; the second one occurred during copy operations that also involved modifications on subdirectories in a single revision.
Tags: Bugfixes

2011-11-21 10:19
0.5.7

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.
Tags: Bugfixes, Minor feature enhancements

2011-07-16 07:51
0.5.6

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.
Tags: Performance improvements, Bugfixes

2011-03-03 09:13
0.5.5

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.
Tags: Bugfixes

2011-02-13 17:53
0.5.4

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.
Tags: Bugfixes

Project Resources