Defect #4270
CVS Repository view in Project doesn't show Author, Revision, Comment
| Status: | Closed | Start date: | 2009-11-23 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | Toshi MARUYAMA | % Done: | 0% | |
| Category: | SCM | |||
| Target version: | 1.2.0 | |||
| Affected version: | 0.8.6 | Resolution: | Fixed |
Description
In repository view under a CVS project, listing doesn't show Size, Author, Revision, or Comment like same screen shows under SVN project. Information is provided in cvs -q -n rlog {MODULE_NAME} command.
CVS 1.12.12 (client/server) Redmine 0.8.6 Apache 2.2.13 ImageMagick 6.5.2-9 MySQL 5.1.30 Subversion 1.6.2 Ruby 1.8.7-p160 Rails 2.3.2 RubyGems 1.3.4
Same results whether working from a branch or HEAD revision, posting even just last changes to file would improve visibility to changes. But ideally Revision would note :{VERSION} (Ps. Great resource, Wish I had someone who could fix this for you, but only Html/Php folks here.)
Associated revisions
scm: cvs: fix missing author, revision and comment in tree view (#4270).
History
#1 Updated by Justin Hitt over 3 years ago
When defining CVS repository, using local path (my CVS repo is on Redmine server) and path of module rather than module name, then more of desired information is provided in Repository view. Information returned is flat (meaning all files in repository are shown, including deleted files) and doesn't consider branches.
#2 Updated by Justin Hitt almost 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Turns out, Repository tab doesn't know about CVS Branches and using them causes odd source browsing in Redmine. Just not using branches solves issue.
#3 Updated by Felix Schäfer almost 3 years ago
- Status changed from Resolved to Closed
#4 Updated by Toshi MARUYAMA about 2 years ago
- Subject changed from CVS Repository view in Project doesn't show Size, Author, Revision, Comment to CVS Repository view in Project doesn't show Author, Revision, Comment
- Status changed from Closed to Reopened
Redmine CVS model has this feature in code, but there is a bug.
I will fix.
#5 Updated by Toshi MARUYAMA about 2 years ago
- Assignee set to Toshi MARUYAMA
#6 Updated by Toshi MARUYAMA about 2 years ago
- % Done changed from 100 to 0
#7 Updated by Toshi MARUYAMA about 2 years ago
- File before.png added
- File after.png added
- Status changed from Reopened to Closed
- Target version set to 1.2.0
- Resolution set to Fixed

