Problem with Repository Tab
Added by Ali Jawad over 16 years ago
Hi All
I did setup 0.7 redmine. I did it on Debian 4.0 all went smooth, it asked me for a couple of updates those went smooth as well. I did create a new project and I use svn 1.4.2, now when I go to that project and access the repository tab it just keeps loading. I read the documentation and I executed
ruby script/runner "Repository.fetch_changesets" -e production
in the redmine directory.
But that gave me the following output
redmine-0.7# ruby script/runner "Repository.fetch_changesets" -e production
svn: Write error: Broken pipe
Killed
Replies (1)
RE: Problem with Repository Tab - Added by Ali Jawad over 16 years ago
In between I re-executed
ruby script/runner "Repository.fetch_changesets" -e production
but it just stays there with no output.