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

Re: No no-op changes

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 22 Sep 2014 10:05:41 +0000

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
]]]
Received on 2014-09-22 12:06:15 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.