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

Re: "invalid XML" repro

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-01-27 22:39:36 CET

On Tue, 2004-01-27 at 15:31, Branko Čibej wrote:

> >But plain 'svn switch' does work, as it should.
> >
> >
> Huh, right, now why didn't I try that? Ah, well... at least I'm
> stressing the server with three simultaneous checkouts right now (one
> over https) -- and all seems to work. :-)
>

Yah, when you run 'svn up' in your 1.0-stabilization WC, you should see
a nice coherent error about "cannot delete anchor of update".
(Technically, the directory no longer exists in HEAD.) Instead, we get
a weird XML error. Looking in ethereal, the REPORT response seems to be
empty. I'm filing a bug on this.

But 'svn switch newURL' worked perfectly fine. The server did a
comparison between (oldrev, 1.0-stablization) and (HEAD, 1.0.x), which
is a legitimate comparison. And my WC's urls got rewritten correctly,
which is the usual stuff of 'svn switch'.

('svn switch --relocate' is *only* for times when the schema and/or
hostname change. It assumes that your WC continues to represent the
same repository path, only the "external" parts of the URL need
rewriting.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 27 22:40:55 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.