http://subversion.tigris.org/issues/show_bug.cgi?id=4195
------- Additional comments from
philip@tigr... Fri Jun 15 08:47:34 -0700 2012 -------
With the patch below I see PROPFINDs and GETs being re-queued. Immediately
before the assert I see a PROPFIND being re-queued without a GET:
!!!!PROPFIND:
/repos/asf/!svn/rvr/849186/subversion/tags/0.17.0/subversion/mod_dav_svn/dav_svn.h
!!!!GET:
/repos/asf/!svn/rvr/849186/subversion/tags/0.17.0/subversion/mod_dav_svn/dav_svn.h
!!!!PROPFIND:
/repos/asf/!svn/rvr/849186/subversion/tags/0.17.0/subversion/mod_dav_svn/version.c
!!!!FIX: /home/pm/sw/subversion/obj/wc/0.17.0/subversion/mod_dav_svn/version.c
changed_rev
../src/subversion/libsvn_wc/wc_db.c:1707: (apr_err=235000)
svn: E235000: In file '../src/subversion/libsvn_wc/wc_db.c' line 1707: assertion
failed (SVN_IS_VALID_REVNUM(changed_rev))
Index: ../src/subversion/libsvn_ra_serf/util.c
===================================================================
--- ../src/subversion/libsvn_ra_serf/util.c (revision 1350646)
+++ ../src/subversion/libsvn_ra_serf/util.c (working copy)
@@ -1727,6 +1727,8 @@
if (!response)
{
+ printf("!!!!%s: %s\n", handler->method, handler->path);
+
/* Uh-oh. Our connection died. */
if (handler->response_error)
SVN_ERR(handler->response_error(request, response, 0,
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=463&dsMessageId=2971333
To unsubscribe from this discussion, e-mail: [
issues-unsubscribe@subv...].
opensubscriber is not affiliated with the authors of this message nor responsible for its content.