Sometime you need this to clean some stuff
cd mySourceCodeDir
rm -rf `find . -type d -name .svn`
more info here
Posted in Geral
Tags: svn, tips
Powered by Twitter Tools