This text is a work in progress—highly subject to change—and may not accurately describe any released version of the ApacheTM 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 propget (pget, pg)
Prev svnlook Reference—Subversion Repository Examination Next

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]

Description

List the value of a property on a path in the repository.

Options

--revision (-r) REV
--revprop
--show-inherited-props
--transaction (-t) ID

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

Prev Up Next
svnlook log Home svnlook proplist (plist, pl)

AltStyle によって変換されたページ (->オリジナル) /