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

Re: [TSVN] Possible Tortoise SVN bug?

From: Will Dean <svn_at_indcomp.co.uk>
Date: 2005-01-20 17:18:32 CET

At 11:09 20/01/2005 -0500, you wrote:

>Ok, I've observed what may be a bug but I am unsure. The first time a
>few weeks ago I thought it was a fluke, but yesterday it happens
>again.
>
>It seems that if a user renames a file, and simply changes the case of
>the filename, not change the filename itself, for example mycpp.cpp
>rename to MyCpp.cpp, it works fine on that persons computer, but it
>causes odd errors on other clients when they attempt to update.

This is a huge topic, endlessly re-discussed. The problem is that SVN is
case-sensitive, and so has problems with file-systems which are not.

There is code in TSVN to try and help avoid this problem (are you all
running recent versions?), but if you mix difference clients (like the SVN
command line client), you might not get so much help.

There is also a pre-commit hook available which can be installed on the SVN
server to help with this. I don't know much about how it works, or what
its impact on performance is.

If you're all running recent versions of TSVN and still having case
problems, we'd be interested to see a detailed repro scenario.

Will

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Jan 20 17:20:51 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.