简体   繁体   English

netbeans-删除Mac OS X上的Subversion绑定

[英]netbeans - remove subversion binding on mac os x

Im desperately trying to remove subversion bindings in my netbeans project but I cant work out how to. 我拼命试图删除我的netbeans项目中的Subversion绑定,但是我无法解决。 I've tried to copy the files to another directory but the original svn bindings stays intact from the original source. 我试图将文件复制到另一个目录,但原始svn绑定在原始源中保持不变。 Its hopelessly annoying! 其绝望的烦人!

Please help! 请帮忙!

Thanks! 谢谢!

Open a terminal type cd /path/to/your/project/ and then find . -name .svn -exec rm -rf {} \\; 打开终端类型cd /path/to/your/project/ ,然后find . -name .svn -exec rm -rf {} \\; find . -name .svn -exec rm -rf {} \\;

It should remove the binding. 它应该删除绑定。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM