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

Re: more handy post-M3 tips

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2001-09-03 23:02:20 CEST

On Sat, Sep 01, 2001 at 06:27:37PM -0700, Greg Stein wrote:
> I'm guessing it is on the Apache side, rather than Neon. We *are* using the
> bleeding edge alpha Apache, after all :-)

Well I wasn't going to debug this after you said that but I think this
may be an ra_dav issue if it is the same problem as:

$ svn co http://svn.collab.net/repos/svn
$ cd svn
$ rm -rf notes
$ svn up

the client does a REPORT with body

<S:update-report xmlns:S="svn:">
<S:entry rev="29"></S:entry>
<S:missing>notes</S:missing>
</S:update-report>

but then half way through reading the response body, starts a GET using
the same session! (an assert() in neon somewhere would have made that
easier to diagnose, hmmmm)

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:39 2006

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.