Reputation: 8801
... or perhaps a way to launch NetBeans through a middle-man app and open up a BASE and LOCAL file in the DIFF editor ...
Upvotes: 3
Views: 2049
Reputation: 1361
If it is the style of the netbeans diff tool that you like, have a look at the free Perforce Merge Tool.
(source: perforce.com)
In TortoiseSVN settings set the external diff viewer to:
C:\Program Files\Perforce\P4Merge.exe -dw %base %mine
Upvotes: 4
Reputation: 96606
You can configure the diff tool used by TortoiseSVN in the settings (External Programs -> Diff Viewer).
The TortoiseSVN help file explains the different parameters that can be passed to the external diff tool via the command line.
Upvotes: 0