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

Re: Possible to check the same file in twice?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-01-31 18:07:28 CET

Graham Leggett wrote:
> John Peacock said:
>
>
>>Is the second machine Win32 or OS/X by any chance?
>
>
> OS/X
>
>
>>This is exactly the
>>kind of problem you'll see on systems with capitalization preserving but
>>capitalization insensitive file systems.
>
>
> This is exactly the problem - thank you for pointing it out!
>
> Is there a way to make subversion issue a warning when trying to check in
> (or check out) files that are strcasecmp == 0?

You can use a pre-commit hook script to reject commits that add such
files, see
http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/check-case-insensitive.pl
for an example.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 31 18:08:40 2005

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.