Actions
Feature #674
closedCompare revisions
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2008-02-15
Due date:
% Done:
100%
Estimated time:
Resolution:
Fixed
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
Actions