Skip to content

Instantly share code, notes, and snippets.

@arturkot
Created February 26, 2013 16:58
Show Gist options
  • Save arturkot/5040095 to your computer and use it in GitHub Desktop.
Save arturkot/5040095 to your computer and use it in GitHub Desktop.
SVN refresh
svn add $( svn status | sed -e '/^?/!d' -e 's/^?//' )
svn delete $( svn status | sed -e '/^!/!d' -e 's/^!//' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment