Git reposotory doesn't update statistics
Added by muzahi h over 13 years ago
My system's data: http://pastie.org/2242234
What i've done in steps:- creating a project;
- creating /var/git and placing one bare git repo there;
- include repo support to the project and bind that repo to it;
- writing vhost for apache with perl module for Redmine auth;
- patching that module for smarthttp support;
- cloning one github repo from example;
- Redmine sees it and displays all commits and revision data properly; works fine; feel of happiness;
- main (non-bare) repo was get up through gitosis;
- bare repo was erased from disk with all /var/git;
- main repo was bare cloned and placed to /var/lib/redmine/repos/my_bare_repo
- due to inaccessible to edit field where bare repo is placed, DB was modified to redmine->repositories->url and redmine->repositories->root_url was changed to display the current place of bare repo;
- bare repo sync with main repo;
- files and revisions appear properly, but statistics, (i. e. commits, repo users, changes per month/user) — all that leaved by old repo I cloned for a test. And new commits I do aren't displaing.
Could anybody help to fix it?