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: David Holt <email@hidden>
- Date: Fri, 11 Aug 2006 14:25:39 -0700
On 11 Aug 2006, at 1:59 PM, Syd Polk wrote:
On Aug 11, 2006, at 3:55 PM, David Holt wrote:
I renamed "Icon?" to "Icon" and then imported the project
successfully. The checked out project seems to build and run
properly. Is there any danger to renaming the Icon file? Is there
a better way to handle this error?
The file was probably named "Icon?", where "?" is indeed ASCII
0x0d. This file is used by the finder to automatically bind an icon
to a folder. There is some other magic stuff you have to do to get
this to work that I don't remember.
Thanks, Syd,
You're right, the Icon? was what I found using "ls" in Terminal. From
my reading it looks like the 0x0d has something to do with the
resource fork. The icon still looks right in the Finder even though
I've renamed it.
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. I am using Subversion 1.3.2
Does anyone know if Xcode 2.4 resolves the issue?
_______________________________________________
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