Julian Foad wrote on Mon, Sep 22, 2014 at 09:43:22 +0100:
>   * You can't commit any no-op change using 'svn'.
> 
> Except possibly for one or two remaining obscure bugs.

This is one of them:

[[[
cp iota iota.bak
echo "modified" > iota
SVN_EDITOR='f(){ mv iota.bak iota; echo logmsg > $1; }; f' svn ci
]]]

Reply via email to