In Linux, if you want to remove all .svn files and folders within a directory, navigate to the directory in your terminal and use:
find . -name ".svn" -type d -exec rm -rf {} \;
Credit
Tags: delete, find, Linux, remove, svn
This entry was posted
on Thursday, July 30th, 2009 at 10:25 am and is filed under Linux, Open Source, Programming, Technology.
You can follow any responses to this entry through the RSS 2.0 feed.
Responses are currently closed, but you can trackback from your own site.