Automatically update change tables on repository refresh
Added by Dorice Nyamy over 4 years ago
Hello,
From what I have understood, redmine fetches the repository and create new entries in tables changes and changeset when user navigate to the project repository tab, no matter for how long the new commits have been pushed to repository.
I have a use case where I need to fecth data from redmine DB to analyse with another tool.
But new commits are not found in DB, until I manually navigate to the project repository tab in Redmine interface.
Virtually impossible, for there are many projects, and the use of the external tool is preciselly to know about activities without entering Redmine.
Please is there a way to have Redmine automatically create corresponding entries in its tables (changesets and changes) each time the repository is refreshed ?
Thanks and regards
Dn
Replies (2)
RE: Automatically update change tables on repository refresh - Added by Pavel Potcheptsov over 4 years ago
Use cron job to fetch changes from time to time or make a post-commit hook in every repository.
RE: Automatically update change tables on repository refresh - Added by Dorice Nyamy over 4 years ago
Thanks a lot !
Working nicely
Thank you
Dn