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

Re: Use of kdiff3

From: Nick Stolwijk <nick.stolwijk_at_gmail.com>
Date: Mon, 8 Nov 2010 13:07:04 +0100

I use the svndiffwrapper[1] script to use SVN cli in combination with
kdiff3. Save the script to ~/bin/ and make it executable. (And make
sure ~/bin is on the path) Then change ~/.subversion/config to include
the lines:

# diff3-has-program-arg = [true | false]
diff-cmd = svndiffwrapper
diff3-cmd = svndiffwrapper

Then it will use the script to execute kdiff3.

[1] http://www.yolinux.com/TUTORIALS/src/svndiffwrapper.txt

Hth,

Nick Stolwijk
~Java Developer~

IPROFS BV.
Claus Sluterweg 125
2012 WS Haarlem
http://www.iprofs.nl

On Mon, Nov 8, 2010 at 12:52 PM, Giulio Troccoli
<Giulio.Troccoli_at_uk.linedata.com> wrote:
> Lots of people here use either TortoiseMerge or WinMerge for conflict resolution. But now I have a requirement to provide something similar for a Linux platform and I thought of kdiff3.
>
> I there anyone else that uses as well? I have install it but I would like some advice on how to call it. I know it can take two or three files, but I'm not sure why (i.e. what's the difference) and which files to "feed" it with and in what order.
>
> Thanks
> Giulio
>
>
>
> Linedata Limited
> Registered Office: 85 Gracechurch St., London, EC3V 0AA
> Registered in England and Wales No 3475006 VAT Reg No 710 3140 03
>
>
>
>
>
Received on 2010-11-08 13:07:43 CET

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.