• 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: Subversion and Icon files in Xcode projects
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Subversion and Icon files in Xcode projects


  • Subject: Re: Subversion and Icon files in Xcode projects
  • From: Jens Ayton <email@hidden>
  • Date: Sat, 12 Aug 2006 09:15:59 +0200
  • Openpgp: id=84FF254B

David Holt:
> Syd Polk:
>>
>> In order to get kind of thing into source control, I created a UFS
>> disk image, set everything up there, compressed it, and checked that
>> into source control. My build then mounted the disk image and ditto'd
>> out the contents, which automagically set up the icons for those folders.
>
> This sounds quite complicated. I'd hoped that the issue had been
> resolved or that there was a better way.

Yes; use global-ignores in ~/.subversion . Here's mine:

    ## Custom
    [miscellany]
    global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* \
            .DS_Store *~.nib *.pbxuser *.mode1 Icon?
    enable-auto-props = yes

    [auto-props]
    *.png = svn:mime-type=image/png
    *.jpg = svn:mime-type=image/jpeg

    # default contents follow

The .DS_Store goes right after the .#* -- although it's quite likely you
actually can wrap lines as shown.

You can also ignore files (and directories) selectively using:
    svn propset svn:ignore filename

This is useful for build folders.


--
Jens Ayton
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Subversion and Icon files in Xcode projects
      • From: Jens Ayton <email@hidden>
References: 
 >Subversion and Icon files in Xcode projects (From: David Holt <email@hidden>)
 >Re: Subversion and Icon files in Xcode projects (From: Syd Polk <email@hidden>)
 >Re: Subversion and Icon files in Xcode projects (From: David Holt <email@hidden>)

  • Prev by Date: Re: A strange problem
  • Next by Date: Re: Subversion and Icon files in Xcode projects
  • Previous by thread: Re: Subversion and Icon files in Xcode projects
  • Next by thread: Re: Subversion and Icon files in Xcode projects
  • Index(es):
    • Date
    • Thread