On Tue, 24 Aug 2010, anatoly techtonik wrote:

Hello,

Is there any way to disable "diff-cmd" setting for just one run of "svn diff"?
I need it for code review upload script, which fails when users have
configured graphical diff. Is there any way to force svn use internal
diff implemantation? I've tried:
svn diff --config-option config:helpers:diff-cmd=""
svn diff --diff-cmd ""
svn diff --diff-cmd NUL

with no effect.

--internal-diff seems to be new in 1.7 so i guess the only option is using --config-dir to override it.

HTH
Martin

Reply via email to