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

Another weird error message

From: Jeff Stuart <jstuart_at_computer-city.net>
Date: 2002-10-05 05:24:16 CEST

I just updated to version 3290 of SVN.

When I attempt to do an update or a commit, I get the following errors
now:

(and yes, I DID try a svn cleanup)

(1001:1)$ svn stat
_ML
M admin_board.php
? typescript

(1002:2)$ svn update
svn: Attempted to lock an already-locked dir
svn: working copy locked:

(1003:3)$ svn cleanup
svn: Problem running log
svn: in directory
svn: start_handler: error processing command 'delete-entry' in
svn: Working copy not locked
svn: directory not locked (backup)

(1004:4)$ ls .svn
./ README dir-props empty-file format log props/ tmp/
../ auth/ dir-wcprops entries lock prop-base/ text-base/ wcprops/

(1005:5)$ cd .svn

(1006:6)$ rm lock

(1007:7)$ cd ..

(1008:8)$ svn update
svn: Problem running log
svn: in directory
svn: start_handler: error processing command 'delete-entry' in
svn: Working copy not locked
svn: directory not locked (backup)

(1009:9)$

Any thoughts on how to fix this? And is there a good page/document that
discusses "Ok, when you have a problem, TRY these steps."?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 5 05:24:53 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.