svn - Remove properties recursively -


Turtle SVN is the option to apply recursively to all sub-folders / subfiles. Now I need to remove this property. How can I do this recursively?

SVN can extract assets using the command line tool:

 svn PROPRETNAME PROPERTYNAME --recursive 

Where PROPERTYNAME svn property (svn: ignore, svn: mime-type, etc ...)


Comments