rsvndump 0.5 Copyright (C) 2008-2009 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 Runtinme. 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 you will need asciidoc ( http://www.methods.co.nz/asciidoc/ ) and xmlto ( https://fedorahosted.org/xmlto/ ) for generating the man page from the asciidoc source. An HTML-version of the man page can also be found online at http://saubue.boolsoft.org/projects/rsvndump/manpage.html CREDITS ======= rsvndump 0.5 written by Jonas Gehring <$FORENAME.$SURENAME@boolsoft.org> http://saubue.boolsoft.org/projects/rsvndump rsvndump uses autoconf macros from APR which are licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0). For more information, please refer to build/find_apr.m4 LICENSE ======= rsvndump - remote svn repository dump Copyright (C) 2008-2009 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 .