SVN remove/delete all externals recursively
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
精彩评论