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

RE: 'System cannot find the file specified' error

From: Jeff Alperin <jalperin_at_mindspring.com>
Date: Tue, 2 Jun 2009 16:47:52 -0400

You were exactly right! Thanks for the help.

--ja

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2009b_at_ryandesign.com]
Sent: Tuesday, June 02, 2009 3:57 PM
To: Jeff Alperin
Cc: users_at_subversion.tigris.org
Subject: Re: 'System cannot find the file specified' error

On Jun 2, 2009, at 13:34, Jeff Alperin wrote:

> When trying to check out from the repository, I get the following
> error after a portion of the check out has successfully occurred:
>
> In directory 'E:\Desktop\TEST\nag' Can't open file 'E:\Desktop\TEST
> \nag\.svn\tmp\text-base\dashboard-OLD.php.svn-base': The system
> cannot find the file specified.
>
> This happens with multiple clients, on both Windows and Mac OS X
> machines, so I don't believe the problem is due to 'duplicate'
> filenames with different capitalization. Indeed, I don't even see
> the file dashboard-OLD.php. I believe I may have manually moved it
> into a subfolder called /old/ which is not under svn version
> control. Could this account for the error? If so, what's the best
> way to remedy it? I will sometimes move files manually to "clean
> up" my working copy.

Both Windows and Mac OS X machines use case-insensitive filesystems
by default and would thus be susceptible to case collisions, so I
wouldn't rule it out yet.

Run "svn ls" on the URL to the nag directory and see if you see two
files whose names differ only in case, such as dashboard-OLD.php and
dashboard-old.php. If so, you can use "svn mv" or "svn rm" on the URL
of one of those files to fix it.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2358901

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-02 22:49:21 CEST

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

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