September 2009
Beginner
942 pages
85h 34m
English
proplist
svnlook proplist repos_path path_in_reposList the properties of a path in the repository. With --verbose, show the property values too.
Alternate names: pl, plist
| --revision rev, -r rev |
| --revprop |
| --transaction tid, -t tid |
| --verbose (-v) |
Show the names of properties set on the file /trunk/README in the HEAD revision:
$ svnlook proplist /usr/local/svn/repos /trunk/README
original-author
svn:mime-typeThis is the same command as in the previous example, but this time it shows the property values as well:
$svnlook proplist --verbose /usr/local/svn/repos \>/trunk/READMEoriginal-author : fitz svn:mime-type : text/plain