rsvndump icon indicating copy to clipboard operation
rsvndump copied to clipboard

Remote Subversion repository dump

rsvndump 0.6.1 Copyright (C) 2008-present by Jonas Gehring

ABOUT

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.

REQUIREMENTS

rsvndump depends on Subversion (>= 1.4), which depends on the Apache Portable Runtime. Therefore, to build rsvndump from source, the development and runtime files (headers and libraries) of both libraries must be present on the system.

USAGE

Basic usage information can be retrieved by passing the '--help' argument to the program. More detailed information is included in the man page. To generate and install it, pass '--enable-man' to the configure script. Please note that this requires recent versions of asciidoc ( http://www.methods.co.nz/asciidoc/ ) and xmlto ( https://fedorahosted.org/xmlto/ ). An HTML-version of the man page can be found online at http://rsvndump.sourceforge.net/manpage.html

CREDITS

rsvndump 0.6.1 written by Jonas Gehring http://rsvndump.sourceforge.net

Snappy-c is a C port of the Google Snappy compressor, written by Andi Kleen. It is licensed under the New BSD License. Please refer to lib/snappy-c/LICENSE for more information.

Autoconf macros for APR detection are licensed to the Apache Software Foundation (ASF) under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0). For more information, please refer to m4/find_apr.m4

The critbit tree implementation in lib/critbit89 is placed under public domain, as is the original implementation by Dan Bernstein.

LICENSE

rsvndump - remote Subversion repository dump Copyright (C) 2008-present Jonas Gehring

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.