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

Re: [DESIGN] svn:resolve-case

From: Vincent Starre <vstarre_at_comcast.net>
Date: 2005-08-23 03:27:11 CEST

he other issue that is brought up frequently with a server side hook, is

>that you would have to exhaustively search all of the locales and weird
>locale behaviors/bugs of the client environments, which does not make
>for a simple process. Thus pushing this down to the client level allows a
>client (which must know what OS/file system it is operating on) to handle
>locale/casing issues when it gets data from the server and when it sends
>it back.
>
>Josh
>
>

any "exhaustive search" of locales would be a VERY BAD THING. There are
...cases..(*cough*) which
different locales simply dont care about. The locale should be
specifically set as part of the property.
I dont see how this would negatively effect clients. If they have a
different locale than the server has set
(per file/directory, not per system!), they would be no worse off than
if they had no checking to begin with.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 23 03:31:57 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.