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

Re: TortoiseSVN bug report

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 1 Jun 2010 22:11:54 -0400

On Tue, Jun 1, 2010 at 19:12, Bill Dugan <bdugan_at_torpexgames.com> wrote:
> Hi,
>
>
>
> Bug summary:  Our repository, hosted by wush.net, had these files (among
> others!) in it:
>
>
>
> waitTimer.fla
>
> WaitTimer.fla
>
> waitTimer.swf
>
> WaitTimer.swf
>
>
>
> The result was that on one of our Windows 7 machines, the latest TortoiseSVN
> GUI gave incomprehensible error messages to us when updating, until at last
> we detected the issue, renamed the older two files in the repository so the
> filenames didn’t conflict, deleted the entire local directory, and updated.
> Unfortunately this took us six hours to determine and fix the problem today.
>
>
>
> Desired behavior:  Alert us when conflicting filenames (meaning, differing
> only in case) are present in the repository, and name the files, so we can
> go rename some of the files in the repository.  From a design standpoint I’d
> like this to occur every time the client updates, but I’m ignorant as to
> whether this would cripple performance.  If it does cripple performance,
> maybe the dialog box that occurs upon a “Clean Up” command could have a
> button you could press to have TortoiseSVN go and scan the repository for
> conflicting-in-case-only filenames.

The correct solution to this is to prevent these file name collisions
from happening in the first place. Install case-insensitive.py in your
repository as a pre-commit hook script.
http://svn.apache.org/repos/asf/subversion/trunk/contrib/hook-scripts/case-insensitive.py

Subversion, like every sane filesystem, is case-sensitive. So to
Subversion, those filenames truly are different. It's only on Windows
and MacOS (when using the default HFS+ setup) that this conflict
occurs.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2615750

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-06-02 04:12:40 CEST

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

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