Is there a way to update versioncontrol changesets "on the fly" on accessing to commit log page?
In other words to do same thing that cron does.
I just wish to have updated information about commits when I open commit log page.
Thanks

Comments

jpetso’s picture

Status: Active » Closed (works as designed)

Running that procedure every time the commit log page is accessed will kill performance, so that's a no-go. If you want "on the fly" commits, it's necessary that the backend supports recording commits with hook scripts, like the CVS backend does. SVN (and the yet-unported Git/Hg backends) don't yet do that, but anyways that should be requested in the issue queues of the respective modules.