Tip: use TortoiseDiff user command to compare files

Discussion & Support for xplorer² professional

Moderators: fgagnon, nikos, Site Mods

Post Reply
wasker
Gold Member
Gold Member
Posts: 799
Joined: 2005 Oct 21, 16:33
Location: WA, USA
Contact:

Tip: use TortoiseDiff user command to compare files

Post by wasker »

If you happen to use TortoiseSVN, here's a nice command line to use as a user command in x2:

>"C:\Program Files\TortoiseSVN\bin\TortoiseMerge.exe" /base:"$F" /mine:"$G"

This will use file on an active pane as a base and will compare it against changes made in the selected file on inactive pane.
I'm using Xplorer2 - the only file manager that does not suck. Actually, it rocks!
User avatar
nikos
Site Admin
Site Admin
Posts: 15800
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Post by nikos »

I use something similar for windiff
> windiff "$N" "$I"

windiff is old but it is better than TSVN because it will correctly hilight when you change the position of a line of code (e.g. you move it up or down). TSVN can't do this, it shows it as a plain modification
Post Reply