Posted By

wdso on 03/20/09


Tagged

svn


Versions (?)


Advertising

Submit Site


Who likes this?

1 person has marked this snippet as a favorite

wdso


Delete all .svn directories


Published in: Bash 






Expand | Embed | Plain Text
  1. # try first with:
  2. find . -name ".svn" -type d | xargs -n1 echo
  3.  
  4. # then:
  5. find . -name ".svn" -type d | xargs -n1 rm -R

Report this snippet 

You need to login to post a comment.

Download royalty free graphics