Dang Nguyen wrote:
> I have a user that just committed a file and pasted an entire email
> thread (plain text) into the commit log. His log entry is roughly 2600
> characters long. Before I go pound this user and restrict the length
> with a pre-commit hook, I was curious if there was any good reason to
> restrict the length of the commit log (other than this user constantly
> annoys me)?
Not really. But if there's that much information, it should belong in the code
itself, not the revision log message, since people won't see that message if
they are looking through code.
Blair
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-02 19:33:16 CEST