[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: Gavin Lambert <gavinl_at_compacsort.com>
Date: 2006-07-21 06:24:07 CEST

Quoth Erik Pilz <mailto:epilz@altastrada.com>:
> 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.

That sounds like an HTTP quirk that's fairly common; technically a
request is supposed to end with a CRLF, but that shouldn't be part of
the request content itself (since it's part of the HTTP structure, not
the document). So in theory it should be sending two bytes extra. But
commonly implementations just use \n (sending LF only, not CRLF),
perhaps through ignorance, perhaps laziness, perhaps because under some
conditions the code compiled under Windows will magically translate \n
to CRLF for you (and sending LF only is better than sending CRCRLF)...

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 21 06:25:22 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.