Actions
Feature #14820
openRepository: Show which rev introduced changes ("Last Changed Rev")
Status:
New
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Consider root/trunk/app/controllers/account_controller.rb@ 516
This page should also show the Last Changed Rev.
For subversion it can be determined as follows:
svn info http://svn.redmine.org/redmine/trunk/app/controllers/account_controller.rb@516 | grep -e "^Last Changed Rev: " | cut -c19-...this gives us 514. Thus account_controller.rb@ 514 and account_controller.rb@ 516 are equivalent, and 514 introduced the changes.
The page should provide the user with this information.
(Diff's should also show which revs introduced changes. See #14818 (esp. note 2-> #14818#note-2))
Related issues
Actions