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

Re: Unable to check out project

From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Mon, 2 Feb 2009 01:02:30 -0600

On Feb 2, 2009, at 00:16, David Gould wrote:

> Many of the files are checked out then it stops with this error:
>
> svn: In directory 'SVNRepository\DgTools\Common\Trunk\Source'
> svn: Can't open file 'SVNRepository\DgTools\Common\Trunk\Source\.svn
> \tmp\text-base\dgUID.py.svn-base': The system cannot find the file
> specified.

This is the error you will see if you are using a case-insensitive
file system (which, since you're on Windows, you probably are) and
have a case collision -- two files whose names differ only in case,
for example dguid.py and dgUID.py. Is that the case (no pun intended)
in your repository? You can "svn ls" the URL to the Source directory
to find out.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-02 08:03:53 CET

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.