Re: Announcing RemoveSVN
Re: Announcing RemoveSVN
- Subject: Re: Announcing RemoveSVN
- From: Sam Stigler <email@hidden>
- Date: Mon, 5 Nov 2007 01:50:47 -0800
Thanks... I've also been advised that "svn export" will perform a
similar function.
Thanks also for pointing me to xargs; that looks interesting.
-Sam
On Nov 5, 2007, at 1:15 AM, Sherm Pendley wrote:
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