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

RE: kdiff3 command under windows

From: Gavin Lambert <gavinl_at_compacsort.com>
Date: 2007-02-14 00:01:36 CET

Quoth Nick Stolwijk <mailto:nick_stolwijk@planet.nl>:
> Has somebody used kdiff3 under windows with Subversion?
>
> We tried to supply it through the --diff3-cmd parameter of subversion,
> but I guess the parameters are in the wrong order.

I use the following in TSVN (for the merge command; I don't use kdiff3
for diffs):

"C:\Program Files\KDiff3\kdiff3.exe" %base %mine %theirs -o %merged --L1
%bname --L2 %yname --L3 %tname

Not all of that is strictly required, but it's what I prefer :)

It's possible you may need additional quotes around each % parameter.
We don't use spaces in our filenames so we've never had trouble, but I'm
not sure if TSVN automatically inserts quotes or not.

I'm not sure what the command-line SVN equivalent of the above is, since
I usually don't do merges from the command line on Windows.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 14 00:02:08 2007

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.