Hi,
I already read some mails about bad behaviour of working on git repo directly on filesystem instead via http, but ... I refresh a GIT repo via git fetch in a jenkins-script on changes in a SVN-server. Since SCM-manager use a cache it doesn't show the latest log entries in the web ui. From my perspective it's nicer to pull in the changes, than pulling in a additional local repo and than push to the scm-manager via http, because it would need twice the diskspace and network traffic. Fetching changes looks nicer to me.
So the question is: How can I tell SCM-manager to look in the real git repo and that it's cached data is invalid.
Is there a git command I could send via http that triggers the lookup? Is there something in the REST-api? Can it be configured?
kind regards,
Michael