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

Re: Merge, diff etc fails strangely - is this a bug?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-05-12 21:27:44 CEST

James Sleeman <svn@gogo.co.nz> writes:

> boffin_at_mortimer:~/gogoXML$ svn merge -r 3:HEAD http://svn.gogo.co.nz:81/oss/gogoXML/trunk
> svn: Apache got a malformed URI
> svn: REPORT request failed on '/oss/gogoXML/trunk'
> svn:
> The specified URI does not refer to this repository, so it is unusable.

James --

Using my 0.22+ client, I'm able to reproduce this bug against your
public server by simply running:

  $ svn diff -r 3:HEAD http://svn.gogo.co.nz:81/oss/gogoXML/trunk

But if I run a similar command against my own svn-0.22 apache2 on
localhost port 81, it works just fine, not reproducible.

So I checked out the svn 0.21 tag and built/installed it. Now I'm
running both svn 0.21 client and server. Again, my svn 0.21 client
can trigger the bug on your server, but not on my own.

At this point, I'm stumped. I need a gdb trace into the function
where the error is thrown (mod_dav_svn/util.c:195), but if I can't
reproduce in my own httpd process, I'm helpless. cmpilato and I
looked at the code of that function, and it seems perfectly fine; I
no longer believe your :81 port would cause any problems there.

Is there any chance I can get a backtrace from you? Or maybe I can
grab a copy of your repository to test with?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 12 21:30:36 2003

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.