September 2009
Beginner
942 pages
85h 34m
English
proplist
svn proplist [path...] svn proplist --revprop -rrev[URL]
List all properties on files, directories, or revisions. The first form lists versioned properties in your working copy, while the second lists unversioned remote properties on a repository revision.
Alternate names: plist, pl
Changes: working copy; repository only if operating on a URL
Accesses repository: only if operating on a URL
| --changelist name, -cl name |
| --depth arg |
| --quiet (-q) |
| --revision rev, -r rev |
| --revprop |
| --verbose (-v) |
| --xml |
You can use svn proplist to see the properties on an item in your working copy:
$ svn proplist foo.c
Properties on 'foo.c':
svn:mime-type
svn:keywords
ownerBut with the --verbose flag, svn proplist is extremely handy, as it also shows you the values for the properties:
$ svn proplist --verbose foo.c
Properties on 'foo.c':
svn:mime-type : text/plain
svn:keywords : Author Date Rev
owner : sally