Re: Side-by-Side diff in Linux console
From: Stephane Bortzmeyer <bortzmeyer_at_nic.fr>
Date: 2005-04-18 10:32:27 CEST
On Mon, Apr 18, 2005 at 01:15:00AM -0700,
> svn: '/usr/bin/diff -y' returned 255
I *believe* (warning: we are entering an area of ignorance) that you
In .subversion/config:
[helpers]
In $PATH/diff-side-by-side:
#!/bin/sh
ARGS=`getopt --name mydiff --options "+uL:" -- "$@"`
eval set -- "$ARGS"
while true ; do
file1=$1
command="diff -y $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.