Torto开发者_如何学运维ise SVN has a choice to apply a propertie to all subfolder/subfiles recursively. Now I need to remove this properties. How can I do this recursively?
I did not find how to remove property recursively using GUI, but You can remove property using svn command line tool:
svn propdel PROPERTYNAME --recursive
where PROPERTYNAME is svn property(svn:ignore, svn:mime-type, etc...)
精彩评论