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

Re: Subversion fails to do a checkout.

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-02-27 20:59:10 CET

On Feb 27, 2006, at 08:02, Lothar Scholz wrote:

> I have done a simple svn import and when i now try to do a checkout
> for the first time i always get an error. I tried it on MacOSX,
> Windows and Linux, all give the same error message.
>
> svn co svn://192.168.1.5/work_test
>
> A work_test\files\runtime\systems\solaris\ix86\python_runtime_os
> \keyword.py
> svn: In Verzeichnis 'work_test\files\runtime\systems\solaris\ix86
> \python_runtime_os'
> svn: Kann 'work_test\files\runtime\systems\solaris\ix86
> \python_runtime_os\.svn\tmp\text-base\types.p
> y.svn-base' nicht nach 'work_test\files\runtime\systems\solaris\ix86
> \python_runtime_os\types.py.tmp'
> kopieren: Das System kann die angegebene Datei nicht finden.

Do you have two or more files in the same directory whose names
differ only in case? For example "types.py" and "Types.py," or
"types.py" and "TYPES.PY"? If the file system you're checking out to
is case-insensitive, as is the case normally on Windows and Mac OS X,
you can't do that. It shouldn't have been a problem on Linux though
unless you also use a case-insensitive file system there.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 27 21:32:58 2006

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.