home

Quickies, by Andrea Olivato

text

Delete .svn folders from trunk with find

Quick code to remove all .svn files and folder from a trunk.

find . -name "*svn*" -exec rm -rf '{}' \;

2 years ago

July 13, 2009
Comments (View)
blog comments powered by Disqus