开发者

netbeans - remove subversion binding on mac os x

开发者 https://www.devze.com 2023-01-12 14:35 出处:网络
Im desperately trying to remove subversion bindings in my netbeans project but I cant work out how to.

Im desperately trying to remove subversion bindings in my netbeans project but I cant work out how to. I've tried to copy the files to another directory but the original svn bindings stays intact from th开发者_StackOverflow中文版e original source. Its hopelessly annoying!

Please help!

Thanks!


Open a terminal type cd /path/to/your/project/ and then find . -name .svn -exec rm -rf {} \;

It should remove the binding.

0

精彩评论

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