Created
November 7, 2009 17:08
-
-
Save khamanaka/228782 to your computer and use it in GitHub Desktop.
不要な.svnファイルを削除する
This file contains hidden or 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
rm -rf `find ./ -type d -name .svn ! -regex \.svn/. -print` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment