开发者

Remove properties recursively

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜