Revision history empty
Added by Daniel Badowski almost 11 years ago
I'm new to Redmine. I recently installed the Redmine windows stack from bitnami.
I tried connecting a couple projects to SVN repos. I can see the files, and change the rev by typing in the revision box in the top right. But I can't browse the revisions. Clicking on "View all revisions" brings up an empty list. I see the column headers "#" "Date" "Author" "Comment" and the count (0-0/0) at the bottom.
What should I do to help diagnose this issue??
Environment: Redmine version 2.5.1.stable Ruby version 1.9.3-p231 (2012-05-25) [i386-mingw32] Rails version 3.2.17 Environment production Database adapter Mysql2 SCM: Subversion 1.8.8 Mercurial 2.8.2 Git 1.9.0 Filesystem Redmine plugins: no plugin installed
Replies (2)
RE: Revision history empty
-
Added by Martin Denizet (redmine.org team member) almost 11 years ago
Hi Daniel,
Try to run the "fetch_changesets". See the documentation
Cheers
RE: Revision history empty
-
Added by Daniel Badowski almost 11 years ago
Thanks Martin!
I got it working. I had a feeling I just missed something simple during setup.
Dan