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

Re: Working copy not locked

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-10-02 15:31:59 CEST

"Sander Striker" <striker@apache.org> writes:

> D:\svn\xyz-old> svn up
> U X/Y/Z
> U ZXY
> Updated to revision 76.
> d:\svn\subversion\subversion\libsvn_wc\lock.c:407: (apr_err=155005, src_err=0)
> svn: Working copy not locked
> svn: directory not locked (D)
>
> Looking at the code that is in svn_wc_adm_retrieve().
>
> When setting a breakpoint at the point where the error is generated, we see the
> following call stack:
>
> svn_wc_adm_retrieve(svn_wc_adm_access_t * * 0x0012f828, svn_wc_adm_access_t * 0x009e33b0, const char * 0x00e639c0, apr_pool_t *
> 0x009d9b30) line 409
> svn_wc_set_auth_file(svn_wc_adm_access_t * 0x009e33b0, int 1, const char * 0x0054adfc `string', svn_stringbuf_t * 0x00e637e8,
> apr_pool_t * 0x009d9b30) line 1917 + 21 bytes

Ah it's authentication that's causing the problem.

[snip rest of stack]

> I'm seeing this in rev 3261 on w2k.
>
> Commands like st and info keep working normally. Not sure about
> commit (not able to test right now). However, on the next update
> the same error is generated.
>
> This happens even on an update in a fresh working copy.
>
> Thoughts?

You have shown me how to reproduce it, thanks. I'm running the
regression tests on a fix...

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 2 15:32:41 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.