Boost logo

Boost :

From: Phil Endecott (spam_from_boost_dev_at_[hidden])
Date: 2007-08-06 11:58:27


Daniel Wallin wrote:
> The timeline shows a couple of changesets with empty log messages:
> Could we change the pre-commit hook to disallow this?

Just in case anyone's not aware of this, svn will let you change the
commit messages for old commits. The command is something like

svn propset svn:log --revprop -r 12345 "Frob the foobar" .

By default, however, this is disabled by the pre-revprop-change hook.
This chould be set up so that e.g. only the person responsible for a
commit could subsequently change its log message.

Regards,

Phil.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk