Seb Lee-Delisle

Menu

Deleting .svn files on OSX

Go to the terminal, navigate to the folder you want to delete files from and type :


find . -name "*.svn" -exec rm -rf {} \;

This should delete all .svn folders in the current directory and recurse down into sub-folders too. Please be careful with this! :-)

I also found this handy AppleScript which will toggle hidden files on the mac:
ToggleHiddenFiles

Thanks to Niqui Merret and Raymond De Vries for helping with this.

Related posts:

  1. FOTB Flash 3D source files
  2. FlashBelt Particle presentation – source files
  3. FlashBelt source files
  4. Fronteers conference files
  5. Problems with .swc files
This entry was posted in General. Bookmark the permalink.

14 Responses to Deleting .svn files on OSX

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">