[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Disable diff-cmd

From: Martin Furter <mf_at_rola.ch>
Date: Tue, 24 Aug 2010 10:35:21 +0200 (CEST)

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
Received on 2010-08-24 10:36:38 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.