This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
rsvndump /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Jul 11 07:30:31 -0700 2009 | |
| |
ABOUT-NLS | Sat Feb 21 19:23:39 -0800 2009 | |
| |
AUTHORS | Mon Sep 29 12:47:58 -0700 2008 | |
| |
COPYING | Mon Sep 29 13:55:39 -0700 2008 | |
| |
ChangeLog | Thu Jul 16 15:13:07 -0700 2009 | |
| |
INSTALL | Tue Sep 02 15:11:05 -0700 2008 | |
| |
Makefile.am | Wed Jul 15 15:46:11 -0700 2009 | |
| |
NEWS | Fri Aug 22 13:21:53 -0700 2008 | |
| |
README | Fri Jul 17 11:38:37 -0700 2009 | |
| |
README.win32 | Sat Jul 11 08:11:28 -0700 2009 | |
| |
THANKS | Sat Jul 04 19:28:49 -0700 2009 | |
| |
autogen.sh | Sat Feb 21 19:21:18 -0800 2009 | |
| |
config.rpath | Sat Feb 21 19:24:13 -0800 2009 | |
| |
configure.ac | Thu Sep 24 06:57:11 -0700 2009 | |
| |
dist/ | Thu Jul 16 15:13:07 -0700 2009 | |
| |
doc/ | Sun Jul 05 02:56:43 -0700 2009 | |
| |
lib/ | Sat Jul 11 08:41:38 -0700 2009 | |
| |
m4/ | Thu Sep 24 06:57:11 -0700 2009 | |
| |
po/ | Thu Sep 24 06:52:39 -0700 2009 | |
| |
scripts/ | Tue Jul 14 02:32:19 -0700 2009 | |
| |
src/ | Thu Sep 24 06:52:39 -0700 2009 | |
| |
tests/ | Wed Jul 15 15:44:45 -0700 2009 | |
| |
todo | Thu Sep 24 06:34:59 -0700 2009 | |
| |
web/ | Fri Jul 17 19:48:08 -0700 2009 | |
| |
win/ | Thu Jul 09 16:35:52 -0700 2009 |
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/>.







