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

Re: issue #785 (was Re: wanted: nibble-sized coding task)

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-03-07 20:42:46 CET

Brian Denny <brian@briandenny.net> writes:

> i've got a few lines in clients/cmdline/merge-cmd.c which seem at first
> glance to be doing the job. i'm probably missing something; but before i
> go any further: do you think that's the right place to solve this problem?

Yes. That's exactly where the tortured syntax logic lives. It's
specific to the commandline client.

> I thought about trying to handle the case at a lower layer, but it seems
> like a very client-specific issue, e.g. a GUI client might not even run
> into this issue, or might handle it on the GUI side.

Right. Most likely, a GUI would use the svn_client_merge() interface
in a non-tortured way. (I mean, svn_client_merge() is a very simple
interface: it simply wants two URLs to compare, and a working copy
path to apply the diffs to.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 7 18:44:28 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.