• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Announcing RemoveSVN
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Announcing RemoveSVN (From: Sam Stigler <email@hidden>)
 >Re: Announcing RemoveSVN (From: Sherm Pendley <email@hidden>)

  • Prev by Date: Re: Announcing RemoveSVN
  • Next by Date: Re: Announcing RemoveSVN
  • Previous by thread: Re: Announcing RemoveSVN
  • Next by thread: Re: Announcing RemoveSVN
  • Index(es):
    • Date
    • Thread