Re: Xcode-users Digest, Vol 5, Issue 509
Re: Xcode-users Digest, Vol 5, Issue 509
- Subject: Re: Xcode-users Digest, Vol 5, Issue 509
- From: Karl Moskowski <email@hidden>
- Date: Tue, 29 Jul 2008 15:23:07 -0400
On 29-Jul-08, at 12:35 PM, Sean McBride wrote:
On 7/29/08 12:24 PM, Sumner Trammell said:
So, hijacking this thread a little bit -- what IS the solution to
checking folders with custom icons into Subversion?
My solution is to zip/stuff such folders, and check the archive in. :(
Subversion doesn't like the \r and I presume any other unprintable
characters in filenames.
Is this something Apple needs to fix, or Tigris.org, the Subversion
folks?
Seems to me an svn bug... surely svn should be able to handle
arbitrary
filenames.
You could just add the pattern to global-ignores in the ~/.subversion/
config file (uncomment if necessary). Here's what's in mine:
global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
*~.nib Icon?
The drawback is that it'll ignore any file whose name is five
characters long and starts with "Icon".
----
Karl Moskowski <email@hidden>
Voodoo Ergonomics Inc. <http://voodooergonomics.com/>
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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