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

Re: checkout, update, and commit are slow using WinXP client with a WebDav repo

From: Erik Pilz <epilz_at_altastrada.com>
Date: 2006-07-21 05:30:22 CEST

D.J. Heap wrote:
>
> Yeah 1.3.2 didn't support the 2005 editions very well. 1.4.x and up
> will though.
>
> I've put a minimal (no bindings, symbols, etc.) Subversion 1.3.2 with
> the tweaked neon for debugging up at:
>
> http://xxxxxxxxxxxxxxxxxx
>
> It's built with VC6 so there shouldn't be any C runtime stuff to worry
> about. Let me know if anything is missing.
>
> DJ

Thanks for putting together the build, DJ. With the build I was able to
get the client to print the debug output.

Comparing the SVN debug output to the output from Ethereal there's one
interesting thing that I noticed: the content-length header is set to
204 bytes, but the actual body size seems to be 205 bytes.

I'll keep testing to see if I can uncover any more info, but let me know
if you have any ideas. I've included the outputs from both tools at the
end of the message if you're interested.

Also, I've copied the mailing list to see if anyone in the community
might be able to provide some insight.

Cheers,
Erik

--- Begin SVN debug output ---
Running pre_send hooks
Sending request headers:
REPORT /qed/!svn/vcc/default HTTP/1.1
Host: svn.pilzner.com
User-Agent: SVN/1.3.2 (r19776) neon/0.26.1
Connection: TE
TE: trailers
Content-Length: 204
Content-Type: text/xml
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Sending request-line and headers:
Sending request body:
Body block (204 bytes):
[<S:update-report send-all="true"
xmlns:S="svn:"><S:src-path>http://svn.pilzner.
com/qed</S:src-path><S:target-revision>3</S:target-revision><S:entry
rev="3" start-empty="true"></S:entry></S:update-report>]
Request sent; retry is 1.
--- End SVN debug output ---

--- Begin Ethereal output ---
REPORT /qed/!svn/vcc/default HTTP/1.1
Host: svn.pilzner.com
User-Agent: SVN/1.3.2 (r19776) neon/0.26.1
Connection: TE
TE: trailers
Content-Length: 204
Content-Type: text/xml
Authorization: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

<S:update-report send-all="true"
xmlns:S="svn:"><S:src-path>http://svn.pilzner.com/qed</S:src-path><S:target-revision>3</S:target-revision><S:entry
rev="3" start-empty="true"></S:entry></S:update-report
--- End Ethereal output ---

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 21 05:31:27 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.