[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: <cmpilato_at_collab.net>
Date: 2003-07-07 21:52:01 CEST

Ben Collins-Sussman <sussman@collab.net> writes:

> 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.

Well, we *could* open the session to the common parent of the source
and dest URLs. If that fails, the two URLs aren't in the same repos.
The downside is that you now have to either a) re-open the session to
the destination URL, or b) do a (potential) bunch of open_dir()s down
to the dest's parent.

---------------------------------------------------------------------
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:52:58 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.