- From: Michael <mike@w3.org>
- Date: Wed, 25 Apr 2007 17:45:05 +0900
Hixie, I'd like to request you consider setting up a new mailing list to which commit descriptions and diffs for checkins against the webapps source get posted. There's a short how-to about the Suversion setup for it here: http://wiki.wsmoak.net/cgi-bin/wiki.pl?Subversion/EmailNotification Basically, just need to create a file named "post-commit" in the "/path/to/your/svn/repository/hooks/" directory in your svn source respository, and put a line like the following into it: /usr/share/subversion/hook-scripts/commit-email.pl \ "$REPOS" "$REV" -h whatwg.org checkins at whatwg.org ...where /usr/share/subversion/hook-scripts is whatever path you have subversion scripts in on our system, and where checkins@ is whatever name you want to use for the list. By default, the messages sent out will include the diff for the checkin (along with whatever change description you type in at the time you commit). Of course you'd also need to create and set up the actual mailing list in your Mailman system. This "checkins" list would be useful for those people who are accustomed to a workflow of getting e-mail notifications of checkins for whatever projects, development teams, etc., that they belong to (in my experience at least, checkin e-mail notifications are used pretty widely both by a lot of open-source projects and by development teams working on commercial software). --Mike -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 2237 bytes Desc: not available URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20070425/1a658b54/attachment.bin>
Received on Wednesday, 25 April 2007 01:45:05 UTC