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

Re: svn update errors

From: Hamilton Link <helink_at_sandia.gov>
Date: 2002-07-31 20:02:44 CEST

Hamilton Link wrote:
>
> Ben Collins-Sussman wrote:
> >
> > cmpilato@collab.net writes:
> > >
> > > <uneducated-guess>
> > > Best I guess is that you are behind a proxy that allows GETs and
> > > PROPFINDs, but not REPORTs.
> > > </uneducated-guess>
> > >
> >
> > 400 == 'syntax error in the client's request'. So the problem may not
> > be that you're behind a proxy that's disallowing REPORT requests. (If
> > you are, be sure to read about the FAQ about that, or the Handbook.)
> >
> > I wonder if your client is sending a buggy request? Some OS X bug?
> > Can you do an ethereal capture and show us the REPORT request?
>
> That's the nice thing about being able to configure proxy settings...
> directing svn through another machine of mine I get the following with
> netcat.
>
> % nc -l -p 8081 | xxd
> 0000000: 5245 504f 5254 2068 7474 703a 2f2f 7376 REPORT http://sv
> 0000010: 6e2e 636f 6c6c 6162 2e6e 6574 2f72 6570 n.collab.net/rep
> 0000020: 6f73 2f73 766e 2f74 7275 6e6b 2048 5454 os/svn/trunk HTT
> 0000030: 502f 312e 310d 0a55 7365 722d 4167 656e P/1.1..User-Agen
> 0000040: 743a 206e 656f 6e2f 302e 3231 2e33 2053 t: neon/0.21.3 S
> 0000050: 564e 2f30 2e31 342e 3020 2864 6576 2062 VN/0.14.0 (dev b
> 0000060: 7569 6c64 290d 0a43 6f6e 6e65 6374 696f uild)..Connectio
> 0000070: 6e3a 2054 450d 0a54 453a 2074 7261 696c n: TE..TE: trail
> 0000080: 6572 730d 0a43 6f6e 7465 6e74 2d4c 656e ers..Content-Len
> 0000090: 6774 683a 2038 330d 0a43 6f6e 7465 6e74 gth: 83..Content
> 00000a0: 2d54 7970 653a 2074 6578 742f 786d 6c0d -Type: text/xml.
> 00000b0: 0a48 6f73 743a 2073 766e 2e63 6f6c 6c61 .Host: svn.colla
> 00000c0: 622e 6e65 740d 0a0d 0a3c 533a 7570 6461 b.net....<S:upda
> 00000d0: 7465 2d72 6570 6f72 7420 786d 6c6e 733a te-report xmlns:
> 00000e0: 533d 2273 766e 3a22 3e0a 3c53 3a65 6e74 S="svn:">.<S:ent
> 00000f0: 7279 2072 6576 3d22 3238 3230 223e 3c2f ry rev="2820"></
> 0000100: 533a 656e 7472 793e 0a3c 2f53 3a75 7064 S:entry>.</S:upd
> 0000110: 6174 652d 7265 706f 7274 3e0a ate-report>.
>

(In non-hexdump format, for your viewing pleasure, etc)

REPORT http://svn.collab.net/repos/svn/trunk HTTP/1.1
User-Agent: neon/0.21.3 SVN/0.14.0 (dev build)
Connection: TE
TE: trailers
Content-Length: 83
Content-Type: text/xml
Host: svn.collab.net

<S:update-report xmlns:S="svn:">
<S:entry rev="2820"></S:entry>
</S:update-report>

> This look OK?
> hamilton
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 31 19:59:40 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.