Name

proplist

Synopsis

svnlook proplist repos_path path_in_repos

List the properties of a path in the repository. With --verbose, show the property values too.

Alternate Names:

pl, plist

Options

--revisionrev, -rrev
--transactiontid, -ttid
--verbose (-v)

Examples

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-type

This is the same command as in the previous example, but this time showing the property values as well:

    $ svnlook proplist --verbose /usr/local/svn/repos \
    > /trunk/README
    original-author : fitz
    svn:mime-type : text/plain

Get Unix in a Nutshell, 4th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.