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

Re: diff and merge behaviour [PATCH]

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-07-26 02:08:37 CEST

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

> How about this? It might not be very efficient, when using ra_dav
> calling svn_client_copy will open another session, and but it works.

Ah, I see that instead of the merge process calling svn_client_add(),
you're now having it call svn_client_copy(URL, wc-path).

I have a simpler proposal though: you already *have* the file, and
already know the copyfrom-path and copyfrom-rev. So go ahead and
svn_client_add() the new file... and then tweak the entry, inserting
the copyfrom* args. Voila, no network access, same result. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 26 02:10:07 2002

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.