Skip to content

Instantly share code, notes, and snippets.

@emre
Created September 21, 2010 13:13
Show Gist options
  • Select an option

  • Save emre/589672 to your computer and use it in GitHub Desktop.

Select an option

Save emre/589672 to your computer and use it in GitHub Desktop.
.svn dosyalarini recursive bir sekilde yok eder.
find ./ -name ".svn" | xargs rm -Rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment