
This is the Title of the Book, eMatter Edition
Copyright © 2007 O’Reilly & Associates, Inc. All rights reserved.
svnadmin deltify
|
229
--revision (-r) ARG
Specify a particular revision to operate on.
--quiet
Do not show normal progress—show only errors.
svnadmin Subcommands
svnadmin create
Creates a new empty repository at REPOS_PATH.
Synopsis
svnadmin create REPOS_PATH
Description
Creates a new empty repository at the path provided. If the provided directory does not
exist, it will be created for you (
svnadmin works only with local paths, not URLs).
Switches
--bdb-txn-nosync
--bdb-log-keep
Examples
Creating a new repository is just this easy:
$ svnadmin create /usr/local/svn/repos
svnadmin deltify
Deltify changed paths in a revision range.
Synopsis
svnadmin deltify [-r LOWER[:UPPER]]
REPOS_PATH
Description
svnadmin deltify only exists in 1.0.x due to historical reasons. This command is depre-
cated and no longer needed.
It dates from a time when Subversion offered administrators greater control over compres-
sion strategies in the repository. This turned out to be a lot of complexity for very little
gain, and this feature was deprecated.
Switches
--revision (-r)
--quiet