Latest revision from subversion repository is not fetched
Added by Olexa Voznyak almost 12 years ago
I've installed & configured redmine 2.2.2 on CentOS feew weeks ago. All works fine except latest revisions are not fetched from subversion repositories nor using auto_update
, nor using Web-service http://domain/sys/fetch_changesets?key=key
, nor using console rake --trace -f Rakefile RAILS_ENV=production redmine:fetch_changesets
.
If i delete and than create repository using admin panel or deletes all records from tables changes
, changesets
, changesets_issues
and changeset_parents
, repository is reloaded but WITHOUT latest commits which was maked today.
$ svn log file:///path_to_repo | more
------------------------------------------------------------------------
r282 | user | 2013-02-10 11:43:47 +0200 (Sun, 10 Feb 2013) | 1 line
dummy commit
------------------------------------------------------------------------
r281 | user | 2013-02-10 11:09:15 +0200 (Sun, 10 Feb 2013) | 1 line
------------------------------------------------------------------------
r280 | user | 2012-11-18 08:17:31 +0200 (Sun, 18 Nov 2012) | 1 line
fix error when ['turnover_credit'] < 0
revision | committer | committed_on | comments | commit_date | scmid | user_id |
280 | user | 2012-11-18 08:17:31 | fix error when ['turnover_credit'] < 0 | 2012-11-18 | NULL | 3 |
Can anybody explain whats happened?
Replies (1)
RE: Latest revision from subversion repository is not fetched - Added by Olexa Voznyak almost 12 years ago
It is interesting that on the next day skipped revision was successfully fetched after opening "repository" tab.
Is there some time limitation when revisions should be parsed?