[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 17:46:11 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.

Aha! Found the bug! Thanks for the ethereal trace, James.

I think the ":81" portion of your URL is messing up the parsing in
mod_dav_svn... in particular, take a look at
util.c:dav_svn_simple_parse_uri(), line 194. I don't think many
people have exercised diff/merge commands against URLs with specific
portnums.

I'll try to reproduce by doing an 'svn diff/merge' against
svn.collab.net:81.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 12 17:47:49 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.