Pagine

Wednesday 8 March 2017

SVN tutorial n 30 - propget

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:
svn propget PROPNAME [TARGET[@REV]...]
or
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
For more information about svn proplist command see the tutorial n 29.

No comments:

Post a Comment