by phancox » Sun Mar 23, 2014 9:50 am
On a related note, I'm not sure whether polling the GIT repositories for changes is working correctly?
I can see in the logs that you seem to be running a git fetch every 10 minutes. I just made a change and committed to GitHub. This change didn't show up on the matching task SCM references even after two cycles.
I ran "git fetch" manually in the local repository and it then fetched the latest commit. However, the TrackStudio SCM daemon was still reporting the previous commit as being the latest version in the log and nothing was showing up on the task SCM references.
I then manually ran a "git pull" in the local repository. That was recognised by the TrackStudio SCM daemon on its next cycle and then showed up in the task SCM references as expected.