[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-07-31 21:06:47 CEST

"Hamilton Link" <helink@sandia.gov> writes:

> Ben Collins-Sussman wrote:
> >
> > "Hamilton Link" <helink@sandia.gov> writes:
> >
> > > REPORT http://svn.collab.net/repos/svn/trunk HTTP/1.1
> >
> > This first line is bogus. Your svn client should be opening an HTTP
> > connection to svn.collab.net, and then send:
> >
> > REPORT /repos/svn/trunk HTTP/1.1
> >
> > I don't why the 'http' crap is in your first line.
> >

If I enable neon debugging (libsvn_ra_dav/session.c line 341) and go
through a local proxy I get:

HTTP session to http://svn.collab.net:81 begins.
HTTP session to http://svn.collab.net:81 begins.
Creating request...
Running request create hooks.
Request created.
Doing DNS lookup on localhost...
Running pre_send hooks
Sending request headers:
REPORT http://svn.collab.net:81/repos/svn/trunk HTTP/1.1
User-Agent: neon/0.21.2 SVN/0.14.0 (dev build)
Connection: TE
TE: trailers
Content-Length: 83
Content-Type: text/xml
Accept-Encoding: gzip
Accept-Encoding: gzip
Host: svn.collab.net:81

Sending headers (#0)
Request sent
Sending body...
Body block (83 bytes):
[<S:update-report xmlns:S="svn:">
<S:entry rev="2827"></S:entry>
</S:update-report>
]
Body sent.
[Status Line] < HTTP/1.0 200 OK
[hdr] Date: Wed, 31 Jul 2002 18:49:56 GMT
Header Name: [date], Value: [Wed, 31 Jul 2002 18:49:56 GMT]
[hdr] Server: Apache/2.0.40-dev (Unix) DAV/2 SVN/0.14.0 (dev build)
Header Name: [server], Value: [Apache/2.0.40-dev (Unix) DAV/2 SVN/0.14.0 (dev build)]
[hdr] Content-Type: text/xml; charset="utf-8"
Header Name: [content-type], Value: [text/xml; charset="utf-8"]
[hdr] X-Cache: MISS from debian2
Header Name: [x-cache], Value: [MISS from debian2]
[hdr] X-Cache-Lookup: NONE from debian2:3128
Header Name: [x-cache-lookup], Value: [NONE from debian2:3128]
[hdr] Proxy-Connection: close
Header Name: [proxy-connection], Value: [close]
[hdr]
End of headers.
Reading 8191 bytes of response body.
Got 439 bytes.
Read block (439 bytes):
[<?xml version="1.0" encoding="utf-8"?>
<S:update-report xmlns:S="svn:" xmlns:D="DAV:">
<S:target-revision rev="2827"/>
<S:replace-directory rev="2827">
<D:checked-in><D:href>/repos/svn/!svn/ver/2827/trunk</D:href></D:checked-in>
<S:prop><D:version-name>2827</D:version-name><D:creationdate>2002-07-31T17:48:49.716481Z</D:creationdate><D:creator-displayname>philip</D:creator-displayname></S:prop>
</S:replace-directory>
</S:update-report>
]
Reading 8191 bytes of response body.
Got EOF.
Read block (0 bytes):
[]
Running post_send hooks
Connection status: no forced close, persistent connection, pre-HTTP/1.1
Running destroy hooks.
Request ends.
At revision 2827.
ne_session_destroy called.
ne_session_destroy called.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 31 21:07:25 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.