Re: svn diff -x --unified

2011-04-04 Thread Sam Steingold
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

Re: svn diff -x --unified

2011-04-01 Thread Ben Hsu
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

svn diff -x --unified

2011-04-01 Thread Sam Steingold
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