svnlook propget (pget, pg)
Name
svnlook propget (pget, pg) — Print the raw value of a property on a path in the repository.
Synopsis
svnlook propget REPOS_PATH PROPNAME [PATH_IN_REPOS]
Examples
This shows the value of the “seasonings” property
on the file /trunk/sandwich in the
HEAD revision:
$ svnlook pg /var/svn/repos seasonings /trunk/sandwich mustard
This shows the inherited values of the
svn:auto-props property on the directory
/trunk in revision 14:
$ svnlook pg repos svn:auto-props trunk --show-inherited-props -v -r14
Inherited properties on '/trunk',
from '/':
svn:auto-props
*.py = svn:eol-style=native
*.c = svn:eol-style=native
*.h = svn:eol-style=native