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

Re: Error when updating (apr_err=56004, src_err=0)

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-09-01 20:39:59 CEST

Andrei Lenkei <alenkei@yahoo.com> writes:

> >svn up
> subversion/libsvn_wc/lock.c:102: (apr_err=56004,
> src_err=0)
> svn: Unknown resolver error

That's odd, you seem to be printing the wrong message here. You
should be getting "Attempted to lock an already-locked dir" not
"Unknown resolver error". Do you have a mixture of old and new
libraries, or out of date header files?

> svn: working copy locked: .

This means a previous Subversion command was interrupted, or failed to
complete. If you run 'svn st' you should see lines containing 'L'.
You can clear working copy locks by running 'svn cleanup'.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 1 20:40:38 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.