[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-07-31 20:27:42 CEST

"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.

Can anyone reproduce this? Is this bug somehow related to your cursed
build? :-)

> 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

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