Nome
svn propget — Print the value of a property.
Synopsis
svn propget PROPNAME [TARGET[@REV]...]
svn propget PROPNAME --revprop -r REV [URL]
Descrizione
Print the value of a property on files,
directories, or revisions. The first form prints the
versioned property of an item or items in your working
copy, while the second prints unversioned remote
property on a repository revision. See sezione chiamata «Proprietà» for more information on
properties.
Nomi alternativi
pget, pg
Cambiamenti
Working copy, repository only if operating on a URL
Accesso al deposito(repository)
Only if operating on a URL
Opzioni
--recursive (-R)
--revision (-r) REV
--revprop
--strict
--username USER
--password PASS
--no-auth-cache
--non-interactive
--config-dir DIR
Esempi
Examine a property of a file in your working
copy:
$ svn propget svn:keywords foo.c
Author
Date
Rev
The same goes for a revision property:
$ svn propget svn:log --revprop -r 20
Began journal.