svnlook proplist — 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 -v, show the property values too.
--revision (-r) --transaction (-t) --verbose (-v)
This shows 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-type
This is the same command as in the previous example, but this time showing the property values as well:
$ svnlook proplist /usr/local/svn/repos /trunk/README original-author : fitz svn:mime-type : text/plain