Project

General

Profile

Actions

Feature #674

closed

Compare revisions

Added by Liang Jin about 16 years ago. Updated almost 14 years ago.

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 #1

Updated by Thomas Lecavelier about 16 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 ;) ).

Actions #2

Updated by Liang Jin about 16 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.

Actions #3

Updated by Andy Bolstridge almost 14 years ago

There is a code review plugin that allows you to view code changes (and annotate them). Its very nice.

http://www.r-labs.org/projects/r-labs/wiki/Code_Review_en

Actions #4

Updated by Holger Just almost 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.

Actions #5

Updated by Holger Just almost 14 years ago

  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF