Re: svn diff command
From: Stephane Bortzmeyer <bortzmeyer_at_nic.fr>
Date: 2005-04-15 11:36:22 CEST
On Fri, Apr 15, 2005 at 11:18:45AM +0200,
> > Is there an interface, or GUI possible , in order to present the
A more detailed example:
svn diff -r115:121 --diff-cmd mydiff create.sql
With 'mydiff' being the following shell script that call the excellent
#!/bin/sh
ARGS=`getopt --name mydiff --options "+uL:" -- "$@"`
eval set -- "$ARGS"
while true ; do
file1=$1
command="xxdiff --title1 \"$title1\" --title2 \"$title2\" $file1 $file2"
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.