Created
June 25, 2014 02:25
-
-
Save youcune/a1bce87951a135d6d2e7 to your computer and use it in GitHub Desktop.
SVN で ! がついているファイルを一括 svn delete
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
svn status | grep '^!' | cut -c 9- | xargs svn delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment