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

Re: MacOSX: svn:ignore - unable to add Icon0x0d

From: Jérôme Seydoux <madbird2_at_free.fr>
Date: 2007-06-29 12:22:07 CEST

the_Alien wrote:

>I observed that if you change an icon of a directory (e.g. copy one
>over the old one in GetInfo window) on MacOSX it creates a file which
>is displayed as "Icon?" but containes hex 0x0d which in turn lets my
>svn scream out loud. I searched on the tigris database but didn't
>find any results.

You can add it to the "global-ignores" item in your "~/.subversion/
config" file. I have not found a way to specify the 0x0d character, but
this expression should work:

global-ignores = *.o (...) Icon[^!-~]

It will ignore any "Icon" file with a trailing character that is not in
the range 0x21-0x7e. If you want to avoid ignoring "Icon " with a
trailing space, you can use an hex editor to replace the "!" by
character 0x1f in the config file. Only files named "Icon" with a
trailing character that is not printable ascii, will be ignored.

Jérôme

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 29 12:22:34 2007

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.