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

Re: Anyone know what this error means?

From: Richard Quadling <rquadling_at_googlemail.com>
Date: Tue, 9 Feb 2010 16:05:08 +0000

On 9 February 2010 14:24, laredotornado <laredotornado_at_gmail.com> wrote:
> This problem had nothing to do with virus scanners.  The problem was that the
> repository had two files with the same name but different case (bgIframe.js
> and bgiframe.js) and apparently Windows doesn't deal with that.  Removing
> one of the files from the repo solved this problem.
>
> Perhaps a more informative error message could be in order here?
>
> Thanks, - Dave
>
>
> laredotornado wrote:
>>
>> Hi,
>>
>> I'm using McAfee on Windows XP but I can't figure out how to tell it to
>> ignore Javascript files, per your suggestion.  Do you know how?  Or is
>> there anything I can adjust in the Tortoise SVN client?
>>
>> Thanks for the help, - Dave
>>
>>
>> Stefan Küng wrote:
>>>
>>> On 29.01.2010 05:27, laredotornado wrote:
>>>> Hi,
>>>>
>>>> I just downloaded Tortoise SVN for my WinXP machine.  Even after
>>>> restarting,
>>>> attempting to check out from a remote repository results in this same
>>>> error
>>>> ...
>>>>
>>>> In directory 'C:\Program Files\Apache Software
>>>> Foundation\Apache2.2\htdocs\easyorder\scripts\lib'
>>>> Can't open file 'C:\Program Files\Apache Software
>>>> Foundation\Apache2.2\htdocs\easyorder\scripts\lib\.svn\tmp\text-base\bgiframe.js.svn-base':
>>>> The system cannot find the file specified.
>>>>
>>>> I have repeatedly gotten this message.  Does anyone know what this means
>>>> and
>>>> what I might be able to do to resolve it?
>>>
>>> Just tell your virus scanner to leave the javascript files alone. I bet
>>> that it's that 'security app' that deletes this file.
>>>
>>> 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=2443042
>>>
>>> To unsubscribe from this discussion, e-mail:
>>> [users-unsubscribe_at_tortoisesvn.tigris.org].
>>>
>>>
>>
>>
>
> --
> View this message in context: http://old.nabble.com/Anyone-know-what-this-error-means--tp27366750p27515973.html
> Sent from the tortoisesvn - users mailing list archive at Nabble.com.
>
> ------------------------------------------------------
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2446150
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
>

Yep. Windows is stores the filenames cased, but is case insensitive.

So, you can have

"BIG.txt"

OR

"big.TXT"

but not both.

And whichever file you have, searching for "BiG.TxT" will find it!

-- 
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE : http://www.experts-exchange.com/M_248814.html
EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2446177
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-02-09 17:07:14 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.