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

Re: cygwin svn+ssh

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-04-14 11:54:17 CEST

On Apr 14, 2006, at 11:40, John Doe wrote:

> I have a large project in SVN stored on a Unix (FreeBSD) box. I am
> trying to access from Windows XP using cygwin and ssh. During the
> checkout process, it proceeds to checkout files and ultimately
> fails with:
>
> svn: In directory 'svn_repository/mesher/trunk'
> svn: Can't open file 'svn_repository/mesher/trunk/.svn/tmp/text-
> base/triangle.cc
> .svn-base': No such file or directory

> $ svn cleanup
> svn: In directory 'mesher/trunk'
> svn: Can't open file 'mesher/trunk/.svn/tmp/text-base/Vector.cc.svn-
> base': No such file or directory

Is it a case-sensitivity issue? Do you for example have both
triangle.cc and Triangle.cc, or both vector.cc and Vector.cc in the
same directory? The Subversion repository is case-sensitive and has
no problem storing both of those files in the same place, but if
you're trying to check out to a case-insensitive filesystem, as the
default filesystem on Windows is, this is likely the error you'd see.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 14 11:55:23 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.