Vote #66058
完了CVS Repository view in Project doesn't show Author, Revision, Comment
0%
説明
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 {BRANCH}:{VERSION} (Ps. Great resource, Wish I had someone who could fix this for you, but only Html/Php folks here.)
journals
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.
--------------------------------------------------------------------------------
Turns out, _Repository_ tab doesn't know about "CVS Branches":http://cvsbook.red-bean.com/cvsbook.html#Branches and using them causes odd source browsing in Redmine. Just not using branches solves issue.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Redmine CVS model has this feature in code, but there is a bug.
I will fix.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fixed by r5093.
h2. Before
!before.png!
h2. After
!after.png!
--------------------------------------------------------------------------------