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

Re: Mac users get an error when checking out large source trees

From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-06-07 21:30:07 CEST

On Jun 7, 2006, at 21:16, Bjorn Townsend wrote:

> On 6/7/06, Ryan Schmidt wrote:
>> Hi Bjorn. The default Mac OS X file system (HFS+) is also case-
>> insensitive, like whatever it is that Windows uses, so you can
>> certainly experience this same issue on a Mac. Do verify whether you
>> have, for example, both slpr0205.pdf and slpr0205.PDF (or other
>> variations in capitalization only) in the same directory, by using
>> "svn ls" on the directory's URL in the repository. If so, that
>> explains it.
>
> Ah, right you are -- two files, slpr0205.pdf and SLPR0205.pdf. Chalk
> one up to case insensitivity.
>
> Thanks for your help!

You're welcome. There's a pre-commit hook you can install on your
repository to prevent that kind of thing from happening in the future.

http://svn.collab.net/viewvc/svn/trunk/contrib/hook-scripts/

check-case-insensitive.py is a faster rewrite of the earlier check-
case-insensitive.pl. I'm not sure what case-insensitive.py is.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 7 21:33:52 2006

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.