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

Re: CaSe insensetive OS not handled well

From: Flex <flex_at_datecs.bg>
Date: 2005-08-21 15:13:57 CEST

Thanks for the clarification James,

So in short, the pre-commit hook can stop u from doing a mistake but can't generally help the case-insensitive program to generate files with whatever case it wants which to get, in the best case, rejected.

So... I proposed some solution that can be fairly easy (have not looked the code so I can be somewhat wrong) implemented with a commandline option and nobody said anything about - neither good or bad? :)

Sunday, August 21, 2005, 2:20:56 PM, you wrote:

>
> Sunday, August 21, 2005, 2:20:56 PM, you wrote:
>
> http://svnbook.red-bean.com/en/1.1/ch05s02.html#svn-ch-5-sect-2.1
>
> What the hook does was in the first post of this thread:
>
> --START--
> This script can be called from a pre-commit hook on either Windows or
> a Unix like operating system. It implements the checks required to
> ensure that the repository acts in a way which is compatible with a
> case insensitive file system.
>
> When a file is added this script checks the file tree in the
> repository for files which would be the same name on a case
> insensitive file system and rejects the commit if there is a match.
> ---END---
>
> Regards

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Aug 21 15:16:02 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.