This documentation was written to describe the 1.7.x series of Apache™ Subversion®. If you are running a different version of Subversion, you are strongly encouraged to visit http://www.svnbook.com/ and instead consult the version of this documentation appropriate for your version of Subversion.
svnlook proplist (plist, pl) — Print the names and values of versioned file and directory properties.
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