[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Icon? issue on Mac OS X

From: Ryan Schmidt <subversion-2004_at_ryandesign.com>
Date: 2005-01-04 19:06:51 CET

On 04.01.2005, at 14:49, Scott Palmer wrote:

> On Jan 3, 2005, at 5:57 PM, Ryan Schmidt wrote:
>
>> Hi Ryan. I'm not sure why you're getting errors, but maybe it's
>> because the 5th character in the filename is ASCII 13, which is an
>> unusual character to have in a filename.
>>
>> I don't think checking Icon[13] files into or out of a repository
>> would be successful in any case, as these files are resource-fork
>> based, not data-fork based. Since a repository is entirely data-fork
>> based, this would not seem to be possible unless you first encoded
>> the Icon[13] files into a data-fork-only representation, such as
>> binhex. The same would apply to any other files that contain
>> resources in the Mac-specific resource fork info that needs to be
>> preserved.
>
> It depends. .icns files are not resource-fork based. I routinely
> build the Mac version of my application on Windows. It's a Java app,
> but I package it in a Mac application bundle. In OS X the trend is
> to move away from resource forks, so none are required.

It's true that Mac OS X is moving away from resources, and that .icns
files are data-fork-based. But these aren't .icns files; these are the
custom icon files created by System 7.0 thru at least 10.3.7. These
files are invisible, always have the 5-character-long name "Icon[13]"
where "[13]" is the ASCII character 13 (the carriage return), and
always contain icon resources with the ID -16455. These resources can
be all or part of an icon family (ICN#, icl8, icl4, ics#, ics8, ics4)
and/or an icon suite resource (icns). These files are and must be
resource-fork based to be recognized by any version of Mac OS as custom
icon files, even when created and/or used on Mac OS X. And as such,
they can't go into a repository unencoded.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 4 19:09:31 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.