Re: xxdiff support for subversion
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-02-24 20:31:35 CET
On Tue, 2004-02-24 at 12:23, Martin Blais wrote:
> i would like to know all the various ways and situations that
To make svn use an external diff program, you can either pass
Looking at svn_io_run_diff() public API (and code), it seems that we're
You can also pass extra arguments to the external diff program by using
$ svn diff foo.c bar.c --diff-cmd /usr/bin/gnudiff -x "-u -b"
When dealing with external diff3 programs, it looks like we're pretty
/* Set up diff3 command line. */
I don't think our diff3 was designed to be super flexible with various
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.