• 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: 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


  • Follow-Ups:
    • Re: Announcing RemoveSVN
      • From: "Johan Claesson" <email@hidden>
    • Re: Announcing RemoveSVN
      • From: Sam Stigler <email@hidden>
References: 
 >Announcing RemoveSVN (From: Sam Stigler <email@hidden>)

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