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

Re: Commit failed: can't open or find file

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 27 Aug 2009 13:06:02 -0400

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=2387950

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-08-27 19:06:14 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.