
deltify | 877
Subversion
This is the Title of the Book, eMatter Edition
Copyright © 2006 O’Reilly & Associates, Inc. All rights reserved.
--bypass-hooks
Bypass the repository hook system.
--clean-logs
Remove unused Berkeley DB logs.
--force-uuid
By default, when loading data into a repository that already contains revi-
sions, svnadmin ignores the UUID from the dump stream. This option causes
the repository’s UUID to be set to the UUID from the stream.
--ignore-uuid
By default, when loading an empty repository, svnadmin uses the UUID from
the dump stream. This option causes that UUID to be ignored.
--incremental
Dump a revision only as a diff against the previous revision, instead of the
usual full text.
--parent-dir dir
When loading a dumpfile, root paths at dir instead of /.
--quiet
Do not show normal progress; show only errors.
--revision rev, -r rev
Specify a particular revision to operate on.
svnadmin Subcommands
The svnadmin command creates and administers the repository. As such, it
always operates on local paths, not on URLs.
create
svnadmin create repos_path
Create a new, empty repository at the path provided. If the
provided directory does not exist, it is created for you.
Options
--bdb-log-keep
--bdb-txn-nosync
Example
Creating a new repository is just this easy:
$ svnadmin create /usr/local/svn/repos
deltify
svnadmin deltify [-r lower[:upper]] repos_path
svnadmin deltify only exists in 1.0.x due to historical ...