
862
|
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.
• Last changed author
• Last changed revision
• Last changed date
• Text last updated
• Properties last updated
• Checksum
Alternate names: none
Changes: nothing
Accesses repository: no
Options
--config-dir dir
--recursive (-R)
--targets filename
list
svn list [target ...]
List each target file and the contents of each target directory as they
exist in the repository. If target is a working copy path, the corre-
sponding repository URL is used. The default target is
., meaning
the repository URL of the current working-copy directory.
With --verbose, the following fields show the status of the item:
• Revision number of the last commit
• Author of the last commit
• Size (in bytes)
• Date and time of the last commit
Alternate names: ls
Changes: nothing
Accesses repository: yes
Options
--config-dir dir
--no-auth-cache
--non-interactive
--password pass
--recursive (-R)
--revision rev, -r rev
--username user
--verbose (-v)
Examples
To see what files a repository has without downloading a working
copy:
$ svn list http://svn.red-bean.com/repos/test/support
README.txt
INSTALL
examples/
...