11.07.2015 Views

Version Control with Subversion - Login

Version Control with Subversion - Login

Version Control with Subversion - Login

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Subversion</strong> Complete Referencethese logfiles around can be convenient if you need to restore from a catastrophic repositoryfailure.--bdb-txn-nosync(Berkeley DB-specific.) Disables fsync when committing database transactions. Used<strong>with</strong> the svnadmin create command to create a Berkeley DB-backed repository <strong>with</strong>DB_TXN_NOSYNC enabled (which improves speed but has some risks associated <strong>with</strong>it).--bypass-hooksBypass the repository hook system.--clean-logsRemove unused Berkeley DB logs.--force-uuidBy default, when loading data into repository that already contains revisions, svnadminwill ignore the UUID from the dump stream. This option will cause the repository'sUUID to be set to the UUID from the stream.--ignore-uuidBy default, when loading an empty repository, svnadmin will ignore the UUID from thedump stream. This option will force that UUID to be ignored (useful for overriding yourconfiguration file if it has --force-uuid set).--incrementalDump a revision only as a diff against the previous revision, instead of the usual fulltext.--parent-dir DIRWhen loading a dump file, root paths at DIR instead of /.--pre-1.4-compatibleWhen creating a new repository, use a format that is compatible <strong>with</strong> versions of <strong>Subversion</strong>earlier than <strong>Subversion</strong> 1.4.--pre-1.5-compatibleWhen creating a new repository, use a format that is compatible <strong>with</strong> versions of <strong>Subversion</strong>earlier than <strong>Subversion</strong> 1.5.--revision (-r) ARGSpecify a particular revision to operate on.--quietDo not show normal progress—show only errors.--use-post-commit-hookWhen loading a dump file, runs the repository's post-commit hook after finalizingeach newly loaded revision.--use-post-revprop-change-hookWhen changing a revision property, runs the repository's post-revprop-changehook after changing the revision property.--use-pre-commit-hookWhen loading a dump file, runs the repository's pre-commit hook before finalizingeach newly loaded revision. If the hook fails, aborts the commit and terminates the loadprocess.--use-pre-revprop-change-hookWhen changing a revision property, runs the repository's pre-revprop-change hookbefore changing the revision property. If the hook fails, aborts the modification and terminates.294

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!