Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skorks/468885 to your computer and use it in GitHub Desktop.
Save skorks/468885 to your computer and use it in GitHub Desktop.
svn stat | grep "^\?" | awk '{print $2}' | xargs svn add
@skorks
Copy link
Author

skorks commented Jul 9, 2010

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment