[Python-Dev] Conversion to Subversion is complete

Barry Warsaw barry at python.org
Sat Oct 29 20:34:48 CEST 2005


On Sat, 2005-10-29 at 12:44, "Martin v. Löwis" wrote:

> What do others think? I personally found those long subject lines
> listing all the changed files very ugly and unreadable.

Me too.  At work our subject lines contain something like:

Subject: [SVN][reponame] checkin of r12345 - dir/containing/changes

Note that we send a different commit message for every directory the
change happens in, even though it's all one revision.  We like it that
way because some people don't care about certain directories and can
filter based on that.

Inside the body of the email you'll see something like:

Author: person
Date: when
New Revision: r12345

Log:
Log message comes next.  Definitely best to show up before the diff.

diff comes next...

FWIW, this format has worked well for us.
-Barry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 307 bytes
Desc: This is a digitally signed message part
Url : http://mail.python.org/pipermail/python-dev/attachments/20051029/b8d38328/attachment.pgp


More information about the Python-Dev mailing list