Hi Ben,
> * Ben Hsu [2011-04-01 17:32:21 -0400]:
>
> does this work for you?
>
> svn diff --diff-cmd=/usr/bin/diff -x --unified=3
yes, thanks, that did the trick!
--
Sam Steingold (http://sds.podval.org/) on CentOS release 5.5 (Final) X
http://mideasttruth.com http://camera.org http://iris.or
Hi Sam,
does this work for you?
svn diff --diff-cmd=/usr/bin/diff -x --unified=3
On Fri, Apr 1, 2011 at 10:15 AM, Sam Steingold wrote:
> How do I supply the number of context lines for unified diff?
>
> $ svn diff --help
> seems to imply that "svn diff -x --unifie
How do I supply the number of context lines for unified diff?
$ svn diff --help
seems to imply that "svn diff -x --unified" is what I need.
However, there seems to be no way to pass "--unified=1" to the external
diff program:
$ svn di -x '--unified 1' my-file-nam