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

merge issue - 1.1.1 client, 1.0.8 server

From: Robert Spier <rspier_at_pobox.com>
Date: 2004-11-19 07:42:45 CET

I think I might have a 1.0/1.1 compatibility issue.

server is 1.0.8 with some of clkao's memory leak/perl patches.

The identical command works just fine with a 1.0.9 client.

$ /pkg/subversion-1.1.1/bin/svn --dry-run merge -r 5708:HEAD http://svn.server/bricolage/branches/rev_1_8
svn: REPORT request failed on '/!svn/bc/6084/bricolage/branches/rev_1_8'
svn: The REPORT request returned invalid XML in the response: XML parse error at line 29100: internal error. (/!svn/bc/6084/bricolage/branches/rev_1_8)

The REPORT in question looks like this:

REPORT /!svn/bc/6084/bricolage/branches/rev_1_8 HTTP/1.1

<S:log-report xmlns:S="svn:"><S:start-revision>6084</S:start-revision><S:end-revision>1</S:end-revision><S:discover-changed-paths/><S:path></S:path></S:log-report>

I've looked at the (large) generated log-report, and I can't see
anything obviously wrong around line 29100. (But Ethereal could be
hiding something, or throwing off the line numbers.)

xmllint refuses to even touch the file.

If someone wants the big XML output of the REPORT, I can make that
available. I don't want the entire list testing the merge, but I can
also provide the actual URL to try. :)

-R

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 19 07:43:04 2004

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.