Skip to content

Instantly share code, notes, and snippets.

@leandrosilva
Created August 9, 2010 22:59
Show Gist options
  • Select an option

  • Save leandrosilva/516283 to your computer and use it in GitHub Desktop.

Select an option

Save leandrosilva/516283 to your computer and use it in GitHub Desktop.
Removing listed files from SVN
svn st | awk '{print $2}' | sudo xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment