The synopsis is:
svn propdel <prop_name> [<path_target>...]
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