Skip to content

Instantly share code, notes, and snippets.

@johndwells
Created April 27, 2011 09:46
Show Gist options
  • Save johndwells/943989 to your computer and use it in GitHub Desktop.
Save johndwells/943989 to your computer and use it in GitHub Desktop.
Resolve "out of date" error when attempting to recursively delete a bunch of SVN
// once folders are selected to delete, terminal into the folder and run these two commands:
svn update
svn resolve --accept working -R .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment