Created
November 30, 2012 02:36
-
-
Save massat/4173429 to your computer and use it in GitHub Desktop.
awkを使ってまとめてsvn add ref: http://qiita.com/items/3b8e59ad0f70c1b4e4ef
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 st | awk '/^?/ {print $2}' | xargs svn add |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment