-
-
Save dnnta/2947645 to your computer and use it in GitHub Desktop.
mac 删除svn文件
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
有时复制一个已经存放在svn的项目时,会把里面的svn文件也复制了过去。所以再次提交到svn时会出现 under version control. | |
所以用以下命令清除项目下的svn文件。 | |
sudo find /Applications/MAMP/htdocs/jumpqsina/ -name ".svn" -exec rm -r {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment