Re: Announcing RemoveSVN
Re: Announcing RemoveSVN
- Subject: Re: Announcing RemoveSVN
- From: Sherm Pendley <email@hidden>
- Date: Mon, 5 Nov 2007 04:15:19 -0500
On Nov 5, 2007, at 3:29 AM, Sam Stigler wrote:
Today I finally decided I had had enough with pesky .svn folders
lurking around source that I wanted to upload to the web
(those .svn folders really take a while to upload!) so I decided to
do something about the problem. I made a simple little utility
based on NSFileManager that eradicates them recursively in
whichever folder you choose. Right now it's Leopard-only
You can do the same thing with a simple shell command, which works
not only in any version of Mac OS X, but in any other *nix as well:
find /path/to/folder -name '.svn' | xargs rm -r
sherm--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden