rsvndump

Subversion repository backup
Download

rsvndump Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Jonas Gehring
  • Publisher web site:
  • http://saubue.boolsoft.org

rsvndump Tags


rsvndump Description

Subversion repository backup rsvndump is a command-line utility that's able to dump a Subversion repository that resides on a remote server. All data is dumped in the format that can be read an written by svnadmin load/dump, so the data which is produced can easily be imported into a new Subversion repository.There are scenarios in which it might be better to use svnsync and svnadmin dump to perform the dump than to use rsvndump. The reason for this is that these tools are officialy distributed with Subversion and might be more feature-complete than rsvndump.Actually, the "Dump a sub-directory of a repository" can be accomplished with the svnsync+svnadmin dump solution on Subversion servers prior to 1.5, too, by using svndumpfilter on the resulting dump. However, this has the downside that the whole repository data has to be transferred while using svnsync. Additionally, it might not be possible to extract the sub-directory using svndumpfilter due to copies from a directory outside the one that is going to be extracted.rsvndump is written in C and built on top of the Subversion API, so it can offer all functionality needed to access a Subversion repository, including SSL authentication and support for all of Subversion's protocols (svn://, http://, file:// etc.). And it's GPLed. Requirements: · Apache Portable Runtime · Subversion What's New in This Release: · Fixed Node-copyfrom-rev revision number calculation when dumping subdirectories · Fixed segmentation fault that occured when dumping a subdirectory in incremental mode and starting at revision 1 · Fixed a few minor issues with revision number and range parsing · Added a simple unit test environment


rsvndump Related Software