Skip to content

Instantly share code, notes, and snippets.

@quinn
Created October 5, 2008 20:18
Show Gist options
  • Save quinn/14923 to your computer and use it in GitHub Desktop.
Save quinn/14923 to your computer and use it in GitHub Desktop.
# kinda stupid but functional add all question marks for svn
for i in $( svn st | grep ? ); do
svn add $i
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment