clear directory with svn files
It command line clear svn directory
1 2 find d . -name .svn -exec rm -rf '{}' \; -print
DZone Snippets > bublik > svn
12730 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Voloshin Ruslan http://rubyclub.com.ua/
1 2 find d . -name .svn -exec rm -rf '{}' \; -print