Auto refresh/update of repositories
It would be nice if the index of reposearch is updated automatically whenever a new revision of a repo is available.
We probably need to add a property
currentVersion
or some timestamp information to theRepo
entity, and, when checking, compare it to the current real revision using the svn library.The indexed revisions should be available somewhere on the search page of a project.
Submitted by Elmer van Chastelet on 20 April 2012 at 14:11
Issue Log
On 7 June 2012 at 11:16 Elmer van Chastelet commented:
Feature added in R58/R59.
Something goes wrong atm. If a ‘refresh if HEAD > indexed rev’ finds a new revision, it seems to mark all checked out files as binfile. Not sure if it’s related to changes in R58/R59 or R56
On 11 June 2012 at 14:19 Elmer van Chastelet closed this issue.
On 11 June 2012 at 14:19 Elmer van Chastelet commented:
Everything works now, also added management of automatic refresh schedule.
Log in to post comments