Delete .svn folders recursively | Svn Ordner rekursiv löschen | Linux

Needed this all the time, wanted to share it with you.

find ./ -type d -name ".svn" -exec rm -Rf {} \;

Cheersss!

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.