Архивы: svn

Рекурсивное удаление папок .svn

1
2
cd /path/to/project
find . -name ".svn" -type d -exec rm -vrf {} \;