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

Re: Multiple Files with the same name exist in my repository, because each has a different alpha-case

From: John <jsparrow_at_ecclescollege.ac.uk>
Date: 2005-11-13 00:50:25 CET

Christian Blackburn <MyPurchases <at> Yahoo.com> writes:

> Multiple file with the same name exist in my repository due to different
> alpha-case

> MotoAdvisor-mysqldump.sql on 10/27
> and
> motoadvisor-mysqldump.sql on 11/2

There's a very good Python script in the SVN repos at:

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

It's called 'check-case-insensitive.py'. I don't think the Perl version in the
sam e folder is as good. (it uses calls to svnlook.exe, whereas the Python
version uses SVN bindings).

You should install that on the server, setup a pre-commit hook, and it will
prevent such commits.

Ideally SVN itself should stop this but it's not an issue on Unix, so there's
fat change of getting it fixed on windows!

John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sun Nov 13 09:26:43 2005

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

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