output 3-way diff to file?

Support for our DiffMerge utility.

Moderator: SourceGear

Post Reply
dnelsen
Posts: 1
Joined: Thu Oct 23, 2008 2:45 pm

output 3-way diff to file?

Post by dnelsen » Thu Oct 23, 2008 2:49 pm

Hello,

I was attempting via command line to output a 3way diff and this does not appear possible.

I am using the below:

Code: Select all

diffmerge.exe /diff="C:\files\diff.txt" C:\files\1\viewTips.jsp C:\files\2\viewTips.jsp C:\files\3\viewTips.jsp
The command executes but there is not file created.

If I do simply:

Code: Select all

diffmerge.exe /diff="C:\files\diff.txt" C:\files\1\viewTips.jsp C:\files\2\viewTips.jsp
The diff.txt file is correctly created.

Does the program not support a 3-way diff output or is my syntax in correct.

The windows help within the problem states:
diffmerge.exe [ options ] [ pathname1 [ pathname2 [ pathname3 ] ] ]

Thanks.

jeffhostetler
Posts: 534
Joined: Tue Jun 05, 2007 11:37 am
Location: SourceGear
Contact:

Re: output 3-way diff to file?

Post by jeffhostetler » Fri Oct 24, 2008 8:27 am

Sorry, but the output-to-a-file option only works for 2-way file diffing.
It doesn't currently handle 3-way merges. You should get an error
message or dialog when you try that.

I'll log a bug to add that feature.

jeff

13773

Post Reply