- ubuntu下批量删除.svn文件夹bash命令(from here)
1 | find . -name .svn -type d -exec rm -fr {} \; |
1 | sudo apt-get install gedit-plugins |
- TortoiseSVN stype tool:
1 | sudo add-apt-repository ppa:rabbitvcs |
1 | find . -name .svn -type d -exec rm -fr {} \; |
1 | sudo apt-get install gedit-plugins |
1 | sudo add-apt-repository ppa:rabbitvcs |