Created
July 9, 2010 01:08
-
-
Save skorks/468885 to your computer and use it in GitHub Desktop.
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 stat | grep "^\?" | awk '{print $2}' | xargs svn add |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try to find all files that haven't been added to svn and add them all, in case you don't need to be picky