RSS
 

Tips: How to remove .svn files from a directory ?

03 Jul

Sometime you need this to clean some stuff

cd mySourceCodeDir
rm -rf `find . -type d -name .svn`

more info here

 
No Comments

Posted in Geral

 

Tags: ,

Leave a Reply