Quantcast
Channel: Remove .svn folders - Stack Overflow
Viewing all articles
Browse latest Browse all 8

Answer by Adam Boostani for Remove .svn folders

$
0
0

Perhaps exporting the folder is a better solution in your case. Exporting, excludes the .svn folders. If not, in mac/linux go to your terminal and type these:

cd /your/directoryfind . -iname ".svn" -print0 | xargs -0 rm -r

Viewing all articles
Browse latest Browse all 8

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>