General problems with Git repos
Added by Gabriel ITGabs over 10 years ago
Hi,
I am having problems with git repos for a while.
The problem is a kind of corruption at the redmine level, usually the repos work for a while but later I am unable to see the diffs, or stop showing new commits or completely blocked.
But If I start a new repo setup in redmine all the problems gone
I am thinking that here should be a kind of 'reset' or maintenance to avoid delete and start a new repo setup in redmind
Environment:
VMware Centos with Cpanel
Redmine version 2.3.3.stable
Ruby version 1.8.7-p374 (2013-06-27) [x86_64-linux]
Rails version 3.2.13
Environment production
Database adapter Mysql2
Thanks
Replies (2)
RE: General problems with Git repos - Added by Jan Niggemann (redmine.org team member) over 10 years ago
Can you please post the error messages you see and the relevant portions of your redmine logfile?
RE: General problems with Git repos - Added by Gabriel ITGabs over 10 years ago
when I click in wherever new diff "The entry or revision was not found in the repository" old diff are working and this usually happen only at a repo level, I have probably 20 repos in redmine cross different projects.
I don't remember the other errors but general is just something like "there is no repo" "not found" etc nothing really useful in the UI
notice that this happen at a repo level, the older ones usually get this problem, and is something related to redmine, since all the repos are completely healthy with commits almost everyday
I tried to find a redmine log, but I can find nothing that looks like a log
find /home/redmine/ -name '*log*' -exec ls -al {} \; | grep Aug
how can I find that log, what is the name?