Skip to content

Instantly share code, notes, and snippets.

@u2
Last active December 31, 2015 14:59
Show Gist options
  • Save u2/8004401 to your computer and use it in GitHub Desktop.
Save u2/8004401 to your computer and use it in GitHub Desktop.
svn resolved
svn st | grep ! | cut -c 9- | while read line;do svn resolved $line;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment