You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Andrei Lenkei <al...@yahoo.com> on 2002/09/01 10:37:57 UTC

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

Hi,

I updated a couple of days ago, compiled and
restarted.

Today (Sunday) when I tried to run 'svn up' I got the
following error:

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

Does anyone know what this means? Is it just that
someone is updating the repository?

Many thanks in advance,
Andrei

=====
Andrei Lenkei
Technical Consultant, Tradelogic LTD
Mobile: +44 (0)776 665 3878

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

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

Posted by Philip Martin <ph...@codematters.co.uk>.
Andrei Lenkei <al...@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