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

Re: pre-commit hook that stops CaSe-InSenSiTive collisions

From: Jeremy Bettis <jeremy_at_deadbeef.com>
Date: 2004-06-09 14:27:50 CEST

----- Original Message -----
From: "Branko ÄŒibej" <brane@xbc.nu>
> >That's all fine and good, but I can't find any documentation on the
> >bindings.
> >
> Perhaps you should ask. :.-)

http://article.gmane.org/gmane.comp.version-control.subversion.user/11372

I did ask, no one answered.

>
> >Also, your case a) is not relevant, since all the paths here are
> >examined on the server, the client doesn't come into play,
> >
> Yes it is relevant. The client does local->utf8 conversion, and the
> server does utf8->local conversion. If the two "local"s aren't the same,
> the conversion will fail or worse, will be incorrect.

I still don't think this matters. If you check in a file of xyö.c and the
hook sees it as xyo.c, as long as there isn't a file named xyO.c it will be
allowed. So it doesn't really matter.

Also, I think that it would be better to put this into contrib as is to
quiet the 100's of messages on the users mailing list about case-sensitivity
even if it won't work right in 1% of the cases.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 11 05:31:41 2004

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

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