[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:03:33 CEST

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

> This looks a wrong to me. At present an URL to URL copy uses a single
> RA session because only copies within a repository are supported.
> Your patch introduces the overhead of two additional RA sessions just
> to handle an error case. For those cases where there is no error
> (which is likely to be the common case) three RA sessions will be
> opened onto the same repository.

Well, I was thinking maybe his new block of code could just use a
subpool to open the 2 sessions, then destroy the subpool.

---------------------------------------------------------------------
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:05:34 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.