This text is a work in progress—highly subject to change—and may not accurately describe any released version of the Apache™ Subversion® software. Bookmarking or otherwise referring others to this page is probably not such a smart idea. Please visit http://www.svnbook.com/ for stable versions of this book.
svnlook proplist (plist, pl) — Print the names and values of versioned file and directory properties.
svnlook proplist REPOS_PATH [PATH_IN_REPOS]
List the properties of a path in the repository. With
--verbose (-v), show the
property values too.
This shows the names of properties set on the file
/trunk/README in the
HEAD revision:
$ svnlook proplist /var/svn/repos /trunk/README original-author svn:mime-type
This is the same command as in the preceding example, but this time showing the property values as well:
$ svnlook -v proplist /var/svn/repos /trunk/README original-author : harry svn:mime-type : text/plain
This shows the properties inherited by a directory:
$ svnlook pl /var/svn/repos branches --show-inherited-props -v
Inherited properties on '/branches',
from '/':
svn:auto-props
*.py = svn:eol-style=native
*.c = svn:eol-style=native
*.h = svn:eol-style=native
svn:global-ignores
*.diff
*.patch
Properties on '/branches':