This text is a work in progress—highly subject to change—and may not accurately describe any released version of the ApacheTM Subversion® software. Bookmarking or otherwise referring others to this page is probably not such a smart idea. Please visit http://www.svnbook.com/ for stable versions of this book.

svnrdump load
Prev svnrdump Reference—Remote Subversion Repository Data Migration Next

Name

svnrdump load

Synopsis

svnrdump load DEST_URL

Description

Read from standard input revision information described in a Subversion repository dump stream, and load that information into the repository located at DEST_URL.

Options

--config-dir DIR
--config-option FILE:SECTION:OPTION=[VALUE]
--no-auth-cache
--non-interactive
--password PASSWD
--quiet (-q)
--trust-server-cert
--username NAME

Examples

Dump the contents of a local repository, and use svnrdump load to transfer that revision information into an existing remote repository:

$ svnadmin dump -q /var/svn/repos/new-project | \
 svnrdump load http://svn.example.com/repos/new-project
* Loaded revision 0
* Loaded revision 1.
* Loaded revision 2.
...
[Note] Note

To operate properly svnrdump load requires that the target repository have revision property modification enabled via the pre-revprop-change hook. For details about that hook, see pre-revprop-change.


Prev Up Next
svnrdump help Home svndumpfilter Reference—Subversion History Filtering

AltStyle によって変換されたページ (->オリジナル) /