Feature #674
closedCompare revisions
100%
Description
Redmine currently can only view the changeset for certain revisions but cannot display the changes from one version to the other.
Comparing versions will be very useful for source control. Trac has a feature like this, for example:http://trac.edgewall.org/changeset?new=trunk%406512&old=trunk%406503
For subversion, it is basically the following command:svn diff -r 6503:6512 trunk
Updated by Thomas Lecavelier almost 17 years ago
In effect, that's a desirable feature. This shouldn't be too difficult to implement it (maybe I'll find the time to work on it ;) ).
Updated by Liang Jin almost 17 years ago
Thanks for the comment. It is a very important feature that I commonly use in Trac. It is very easy to get a list of changed files (added or deleted) between two versions.
Updated by Andy Bolstridge over 14 years ago
There is a code review plugin that allows you to view code changes (and annotate them). Its very nice.
Updated by Holger Just over 14 years ago
- Status changed from New to Closed
- Resolution set to Fixed
In the 0.9-stable branch and current trunk, you can already compare any two revisions.