Jump to content

MacPlastic Client Beta Issues


ratmat2000

Recommended Posts

Hi!

 

you need to configure them under the Preferences panel.

 

Let me point you some examples:

 

 

Merge tools:

 

* kdiff3 merge: /Applications/kdiff3.app/Contents/MacOS/kdiff3 -b "@basefile" "@sourcefile" "@destinationfile" -o "@output"

* /Applications/Xcode.app/Contents/Applications/FileMerge.app/Contents/MacOS/FileMerge -left @sourcefile -right @destinationfile -ancestor @basefile -merge @output

 

Diff tools:

 

*  opendiff @sourcefile @destinationfile

* /Applications/Xcode.app/Contents/Applications/FileMerge.app/Contents/MacOS/FileMerge -left @sourcefile -right @destinationfile

* kdiff3 diff: /Applications/kdiff3.app/Contents/MacOS/kdiff3 "@sourcefile" "@destinationfile"

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...