Pagine

Tuesday 4 April 2017

SVN tutorial n 32 - propedit

The "svn propedit" command, different from "svn propset" amending the value of properties, edits the property of one or more items under version control. The synopsis is:
 svn propedit <prop_name> <file_target>
or
 svn propedit <prop_name> --revprop -r <svn_revision> [<file_target>]

Example: 

I have a cache directory (mydir) that I don't need under source control.
 svn propedit svn:ignore mydir

No comments:

Post a Comment