Fossil SCM
fossil commit to trigger the sending of email ?
Closed
551270ceb48082e…
· opened 16 years, 3 months ago
- Type
- Feature_Request
- Priority
- —
- Severity
- Minor
- Resolution
- Open
- Subsystem
- —
- Created
- Dec. 22, 2009 2:39 p.m.
I can't find this feature is supported. if not please consider to implement the email sending triggering when there is a source code commit.
eric added on 2009-12-22 16:24:28:
Not as simple as it sounds. Fossil is distributed, there may be many repositories syncing with one another as auto-sync, manual sync, and external control such as cron jobs. A sync is a two-way exchange of anonymous artifacts. Which repository should send emails, when, to whom, and via which mail server?
rwilson added on 2009-12-22 18:05:26:
alternatively, you could monitor the RSS feed for commits.
anonymous added on 2009-12-23 14:19:50:
Thanks for the reply, I am closing this feature request for now.