On Thu, Aug 27, 2009 at 14:00, Donna M.<dmarino_at_infonow.com> wrote:
> I took your suggestion and moved the to another location so the path is shorter. I'm able to upload some folders in my project, but still encounter that message when I try to upload certain folders. Any other ideas?
Same thing - how long is the path to that temp file (and the folder
containing it)?
You're looking at a Windows limitation. You need to either:
A) Reorganize your project/rename items to shorten the path
B) Check out several WCs from "deeper" in the project's structure in
the repository so that you have shorter paths.
>> On Thu, Aug 27, 2009 at 12:58, Donna M.<dmarino_at_infonow.com> wrote:
>> > I'm new to Tortoise SVN, so forgive me if this exact problem has been posted before. I have been trying to do a commit but keep getting an error message that a file can't be opened/can't be found. I checked the file that Tortoise can't find/open and it does exist and doesn't look any different from other files that are committed with a problem. I'm using TortoiseSVN 1.6.3, Build 16613.
>> >
>> > I'm attaching the screen shot that I get. Can anyone help with this? Thanks so much.
>>
>> Your path is too long. The most commonly used Windows API has a hard
>> limit of 255 (I think, may be closer to 215) characters in the path.
>> The path you're checking out to is considerably longer.
>>
>> For starters, put your WC somewhere that isn't your desktop
>> c:\documents and settings\username\desktop uses up 40-plus characters
>> right away.
>>
>> But you may just have to check out a subset of your project to keep
>> the path length shorter.
>
> ------------------------------------------------------
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2387966
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
>
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2387969
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-08-27 20:18:07 CEST