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

Re: [PATCH] Issue 1313 - svn copy URL1 URL2 fails silently

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-07 21:39:48 CEST

Philip Martin <philip@codematters.co.uk> writes:

> My objection is more that three connections are being made while it
> should be possible to get away with only one. There is no way that a
> single session can handle cross repository copies, so attempts to do
> it must already fail.

That implies that each function in each RA layer must be in charge of
noticing multiple UUIDs. Oof.

In this case, I'm not sure how it would even be possible. We open a
session to a URL, then get a commit-editor from the RA layer, then
tell it to copy one path to another. The RA layer never even gets a
chance to *see* the second URL.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 7 21:41:45 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.