php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40824 have all cvs commits generate emails
Submitted: 2007-03-15 17:22 UTC Modified: 2009-08-05 12:21 UTC
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: philip@php.net Assigned:
Status: Closed Package: Systems problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2007-03-15 17:22 UTC] philip@php.net
Description:
------------
When a commit is too large for the mailing lists (I'm not sure how large is too large, but a limit exists) an email is not sent to the appropriate mailing list. Please make it at least send an email saying a commit was made, show the changed files, and by who.

So basically the only difference is that an attachment (with the diff) would not be included in the email.

This is important so changes are not lost in the shuffle.

Reproduce code:
---------------
cvs commit files-with-tons-of-changes

Expected result:
----------------
An email to the list saying a commit was made, and what files were changed

Actual result:
--------------
No email sent

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-10-29 12:17 UTC] sammywg@php.net
Second thought: it is a security problem also because of noone sees the changes directly by mail.
 [2009-08-05 12:21 UTC] dave@php.net
This has been taken care of in the move to SVN. See http://news.php.net/php.cvs/60007 for an example. It still sends an email and links to the revision where you can see the changes made.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 08:01:30 2024 UTC