Re: Subversion and Icon files in Xcode projects
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