Posts Tagged ‘svn

Just move to the directory where you want to delete, recursively, the .svn directories and type the folowing line: [crayon-4f45cd4f5c9d9 lang="shell"] rm -rf `find . -type d -name .svn` [/crayon]

Categories