Project

General

Profile

Actions

Feature #38526

open

Subversion support for "View annotation prior to this change"

Added by Go MAEDA 12 months ago. Updated 12 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

The "View annotation prior to this change" feature added in #35432 currently only supports Git. This issue is for implementing the feature for Subversion as well.


Related issues

Related to Redmine - Feature #35432: Git: View annotation prior to the changeClosedGo MAEDA

Actions
Actions #1

Updated by Go MAEDA 12 months ago

  • Related to Feature #35432: Git: View annotation prior to the change added
Actions #2

Updated by Go MAEDA 12 months ago

  • Description updated (diff)
Actions #3

Updated by Go MAEDA 12 months ago

Robert Korulczyk wrote in #35432#note-9:

However, `blame` / `annotate` subcommand of other SCMs such as subversion doesn't give the information of the previous change, so we have to find another way to get the previous change.

You don't really need to know revision of previous change for SVN. Since revisions in SVN are sequential numbers, you only need to decrease number of revision of given change and show annotations for this version. For example to see annotations prior r22231 for this file

you need to show annotations for revision 22230: https://www.redmine.org/projects/redmine/repository/svn/revisions/22230/annotate/trunk/app/views/repositories/revision.html.erb

Actions

Also available in: Atom PDF