[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: Sander Striker <striker_at_apache.org>
Date: 2002-10-02 12:55:03 CEST

> From: Philip Martin
> Sent: 02 October 2002 02:53

> Stephen Clouse <stephenc@theiqgroup.com> writes:
>
>> After updating to r3261 (both client and server) I am now getting this
>> (egregiously unhelpful) error message:
>
> And so you provided an (egregiously unhelpful) bug report :)

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
store_auth_info(const char * 0x0054adfc `string', const char * 0x01121660, svn_client__callback_baton_t * 0x00c6d990) line 224 + 42
bytes
maybe_store_username(const char * 0x01121660, void * 0x00c6d990) line 239 + 18 bytes
store_user_and_pass(void * 0x00c6d990) line 275 + 17 bytes
svn_ra_dav__maybe_store_auth_info(svn_ra_session_t * 0x00c6dcd0) line 353 + 12 bytes
reporter_finish_report(void * 0x00c6dd30) line 2216 + 11 bytes
svn_wc_crawl_revisions(const char * 0x009da230, svn_wc_adm_access_t * 0x009e33b0, const svn_ra_reporter_t * 0x00557db8
ra_dav_reporter, void * 0x00c6dd30, int 1, int 1, void (void *, const char *, int, int, const char *, int, int, long)* 0x00402770
notify(void *, const char *, int, int, const char *, int, int, long), void * 0x009da258, svn_wc_traversal_info_t * 0x009da270, ...)
lin
svn_client_update(svn_client_auth_baton_t * 0x009da218, const char * 0x009da230, const char * 0x00000000, const svn_opt_revision_t *
0x0012fee4, int 1, void (void *, const char *, int, int, const char *, int, int, long)* 0x00402770 notify(void *, const char *, int,
int, const char *, int, int, long), void * 0x009da258, apr_pool_t * 0x009d9b30) line 150 + 43 bytes
svn_cl__update(apr_getopt_t * 0x009d9c90, void * 0x0012fee4, apr_pool_t * 0x009d9b30) line 81 + 49 bytes
main(int 2, const char * const * 0x009d2798) line 805 + 26 bytes
mainCRTStartup() line 338 + 17 bytes
KERNEL32! 77ea847e()

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?

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 2 12:43:39 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.