Pagine

Wednesday 5 April 2017

SVN tutorial n 33 - propdel

The "svn propdel " command removes the property of one or more items under version control.
The synopsis is:
 svn propdel <prop_name> [<path_target>...]
or
 svn propdel <prop_name> --revprop -r <svn_revision> [<file_target>]
The first form removes versioned properties in your working copy, and the second removes unversioned remote properties on a repository revision (<file_target>).

Example:

I want remove the property used in tutorial n 32.
 svn propdel svn:ignore mydir

No comments:

Post a Comment