public
Description: Remote Subversion repository dump
Homepage: http://rsvndump.sourceforge.net
Clone URL: git://github.com/jgehring/rsvndump.git
name age message
file .gitignore Tue Nov 24 15:41:22 -0800 2009 Added new test case for copies and replacements... [jgehring]
file ABOUT-NLS Sat Feb 21 19:23:39 -0800 2009 Added conifg.sub, config.guess and ABOUT-NLS [jgehring]
file AUTHORS Mon Sep 29 12:47:58 -0700 2008 Merged refactoring branch back into trunk [jgehring]
file COPYING Mon Sep 29 13:55:39 -0700 2008 Switched to GNU GPLv3 Updated man page and home... [jgehring]
file ChangeLog Thu Jul 16 15:13:07 -0700 2009 Version bump and web page update [jgehring]
file INSTALL Tue Sep 02 15:11:05 -0700 2008 Updated README Changed to standard generic inst... [jgehring]
file Makefile.am Wed Jul 15 15:46:11 -0700 2009 Added unit test framework to distribution [jgehring]
file NEWS Fri Aug 22 13:21:53 -0700 2008 Added missing NEWS file [jgehring]
file README Fri Jul 17 11:38:37 -0700 2009 Changed links in README [jgehring]
file README.win32 Sat Jul 11 08:11:28 -0700 2009 Updated README.win32 [jgehring]
file THANKS Sat Jul 04 19:28:49 -0700 2009 Added saving of properties across revisions, th... [jgehring]
file autogen.sh Sat Feb 21 19:21:18 -0800 2009 Introduced gettext internationalization support [jgehring]
file config.rpath Sat Feb 21 19:24:13 -0800 2009 Another missing config.* file [jgehring]
file configure.ac Thu Sep 24 06:57:11 -0700 2009 Moved custom autoconf macros from build/ to m4/ [jgehring]
directory dist/ Thu Jul 16 15:13:07 -0700 2009 Version bump and web page update [jgehring]
directory doc/ Sun Jul 05 02:56:43 -0700 2009 By default, always write the dumpfile header Ad... [jgehring]
directory lib/ Sat Jul 11 08:41:38 -0700 2009 Forgot to add lib/strdup.c [jgehring]
directory m4/ Thu Sep 24 06:57:11 -0700 2009 Moved custom autoconf macros from build/ to m4/ [jgehring]
directory po/ Thu Sep 24 06:52:39 -0700 2009 Translation update [jgehring]
directory scripts/ Tue Jul 14 02:32:19 -0700 2009 Added script that checks for compile warnings [jgehring]
directory src/ Tue Nov 24 15:56:32 -0800 2009 Dump the user prefix in the first revision only [jgehring]
directory tests/ Tue Nov 24 15:41:22 -0800 2009 Added new test case for copies and replacements... [jgehring]
file todo Thu Nov 19 15:11:38 -0800 2009 Updated todo [jgehring]
directory web/ Fri Jul 17 19:48:08 -0700 2009 Removed obsolete downloads-archive web page [jgehring]
directory win/ Thu Jul 09 16:35:52 -0700 2009 Added rhash.{c,h} to CodeBlocks project file [jgehring]
README
rsvndump 0.5.2
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://rsvndump.sourceforge.net/manpage.html


CREDITS
=======
rsvndump 0.5.2
written by Jonas Gehring
http://rsvndump.sourceforge.net

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 <http://www.gnu.org/licenses/>.