You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2011/05/17 17:17:37 UTC

Failure of --diff-cmd silently ignored

[[[
% $svn di --diff-cmd =false
Index: subversion/include/svn_cache_config.h
===================================================================
Index: subversion/libsvn_subr/deprecated.c
===================================================================
Index: subversion/libsvn_wc/wc_db.c
===================================================================
% echo $?
0
]]]

(where '=false' expands to what `which false` does)