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

Re: Merge Reintegrate error messages

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 22 Mar 2012 21:59:55 +0100

On 21.03.2012 20:50, Gerald Britton wrote:
> Hi -- I have a project that has these directories (among others)
>
> ...\bin\Templates
>
> I tried to do a test merge on this subdirectory and typed
>
> ...\bin\templates
>
> With a lower-case "t".
>
> I got the error message:
>
>
> Error: File not found: revision 503, path '/7791/bin/templates'
>
> I replaced the lower-case "t" with an upper-case "T", and the merge worked.
>
> My question: Since Windows preserves case but does not check it, should TSVN respect case in this case?

Windows treats file paths case-insensitive, but Subversion treats them
case-sensitive.
If TSVN would 'fix' the case here, you could get problems if there are
two paths in the repository just differing in case: you'll never be able
to 'fix' this in the repository.
Also, how could TSVN even know before trying the command what the
correct case would be?

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2938997
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-03-22 22:00:07 CET

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.