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

Re: Diff Project --invoke-diff-cmd part

From: Gabriela Gibson <gabriela.gibson_at_gmail.com>
Date: Mon, 29 Apr 2013 22:19:40 +0100

Sorry I forgot to explain the changed syntax.

Here is the help section:

   --invoke-diff-cmd ARG :
use ARG as format string for external diff command
invocation.

Substitutions: %f1 %f2 files to compare
    %l1 %l2 user defined labels

Examples: --invoke-diff-cmd="diff -y %f1 %f2

  --invoke-diff-cmd="kdiff3 -auto -o /home/u/log \
           %f1 %f2 --L1 %l1 --L2 "Custom Label" "

The switch symbol '%' can be modified by defining an
 
alternative symbol string, starting with '#','$' or '-'

Example:

  --invoke-diff-cmd="--- diff -y ---f1 ---f2"
Received on 2013-04-29 23:20:10 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.