1 Şubat 2011 Salı

recursively removing .svn folders in a project

execute this command from the project location in order to recursively remove .svn folders in a linux environment:
find . -name ".svn" -type d -exec rm -rf {} \;

Hiç yorum yok:

Yorum Gönder