开发者

SVN remove/delete all externals recursively

开发者 https://www.devze.com 2023-01-10 18:31 出处:网络
Is there a way using SVN CMD line or tortoise to remove/delete all externals recursively?We need to start开发者_如何学JAVA over we have many externals that were set incorrectly.I\'m pretty sure you ca

Is there a way using SVN CMD line or tortoise to remove/delete all externals recursively? We need to start开发者_如何学JAVA over we have many externals that were set incorrectly.


I'm pretty sure you can use propdel with -R which stands for recursive.

svn propdel -R svn:externals
0

精彩评论

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