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

Re: Problem with locked files in google code repository

From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Sat, 28 Mar 2009 02:05:32 -0500

On Mar 27, 2009, at 19:16, Webb Sprague wrote:

> (0) foobar:wsprague [0]% svn checkout
> https://freegeekbash.googlecode.com/svn/trunk/semester2/
> childish.prodigy/class5
> borked --username webb.sprague
> A borked/database.sql
> A borked/script8.sh
> A borked/spamDb.sqlite
> A borked/spamdb.sqlite
> A borked/dbPopulate.sql
> A borked/script0.sh
> A borked/output.txt
> A borked/script1.sh
> svn: In directory 'borked'
> svn: Can't move source to dest
> svn: Can't move 'borked/.svn/tmp/prop-base/spamdb.sqlite.svn-base' to
> 'borked/.svn/prop-base/spamdb.sqlite.svn-base': No such file or
> directory

Browsing the above URL in a web browser (changing https to http since
I don't have project access), I see that you have two files in this
directory whose names differ only in case (spamDb.sqlite and
spamdb.sqlite), and you are presumably trying to check out to a case-
insensitive filesystem such as the one you get by default on Mac OS X
or Windows. So that's not going to work.

You should consult this FAQ entry:

http://subversion.tigris.org/faq.html#case-change

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-28 08:06:41 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.