
876
|
Chapter 14: The Subversion Version Control System
This is the Title of the Book, eMatter Edition
Copyright © 2006 O’Reilly & Associates, Inc. All rights reserved.
For each updated item Subversion prints a line starting with a
specific character reporting the action taken. These characters have
the following meaning:
A Added
D Deleted
U Updated
C Conflict
G Merged
A character in the first column signifies an update to the actual file,
while updates to the file’s properties are shown in the second
column.
If you want to examine an older revision of a single file,
you may want to use svn cat.
Alternate names: up
Changes: working copy
Accesses repository: yes
Options
--config-dir dir
--diff3-cmd cmd
--no-auth-cache
--non-interactive
--non-recursive (-N)
--password pass
--quiet (-q)
--revision rev, -r rev
--username user
Repository Administration: svnadmin
svnadmin is the administrative tool for monitoring and repairing your Subversion
repository.
svnadmin Options
--bdb-log-keep
(Berkeley DB specific) Disable automatic log removal of database logfiles.
--bdb-txn-nosync
(Berkeley DB specific) Disable use of fsync( ) when committing database
transactions.