The "svn propget" command prints 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, and the second prints unversioned remote properties on a repository revision.
The synopsi is:
or
For more information about svn proplist command see the tutorial n 29.
The synopsi is:
svn propget PROPNAME [TARGET[@REV]...]
svn propget PROPNAME --revprop -r REV [URL]
Example:
svn proplist MyLauncher.java
Properties on 'MyLauncher.java':
copyright
license
svn propget copyright MyLauncher.java
(c) 2017 "L'informatica a modo mio" Blog
No comments:
Post a Comment