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

Problem with locked files in google code repository

From: Webb Sprague <webb.sprague_at_gmail.com>
Date: Fri, 27 Mar 2009 17:16:18 -0700

Hi subversion folks. I am running into an insoluble problem with
locked files etc that is far beyond my capabilities as a subversion
geek. See below for transcript -- I am not even sure how to explain,
but basically svn cleanup doesn't work, and everything I try tells me
to run svn cleanup.

I am using google code as a repository for a class on bash
programming. "semester2/childish.prodigy/" is the subdirectory where
that student does his work for class. I guess if someone wants to
check out an anonymous copy of the repository, they can. I would also
be happy to checkout a copy of the code and re-import it if absolutely
necessary.

Note -- I would appreciate if you could cc me on any answer as I am
not on the regular subversion list.

Thanks!

(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
(1) foobar:wsprague [0]% cd borked
(0) foobar:borked [0]% svn add spamDb.sqlite
svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
(1) foobar:borked [0]% svn cleanup
svn: In directory '.'
svn: Error processing command 'modify-wcprop' in '.'
svn: 'database.sql' is not under version control
(1) foobar:borked [0]% svn add database.sql
svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
(1) foobar:borked [0]% svn cleanup
svn: In directory '.'
svn: Error processing command 'modify-wcprop' in '.'
svn: 'database.sql' is not under version control
(1) foobar:borked [0]%

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

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