Feature #2039
SCM hooks for updating repositories
| Status: | Open | Start: | 26 May 2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | - | |||
| External issue: | ||||
| Votes: | 0 |
Description
When you commit your changes to a repository it does not get automatically updated in Redmine! Redmine updates a repository only on HTTP request. This way you get a notification about new commit with some delay when someone (or something) fetches pages under the "Repository" tab. So the delay depends on site popularity and so on...
The workaround would be having SCM hooks which request repository update using e.g. curl after each commit.
