开发者

Remove properties recursively

开发者 https://www.devze.com 2023-01-07 17:39 出处:网络
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

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...)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号