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: Syd Polk <email@hidden>
- Date: Fri, 11 Aug 2006 15:59:24 -0500
On Aug 11, 2006, at 3:55 PM, David Holt wrote:
I have been getting the following error when importing my Xcode 2.3
project into a Subversion repository.
svn: Invalid control character '0x0d' in path '/Users/dholt/Desktop/
foo.xcodeproj/Icon
The import fails.
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?
David
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.
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.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40mac.com
This email sent to email@hidden
Syd Polk
email@hidden
"Let the music be your light" - Dave Edwards, KUHF-FM, 1982
_______________________________________________
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