Project

General

Profile

Actions

Feature #293

closed

show initially the last x commits in SVN view

Added by Daniel Weinand about 17 years ago. Updated about 17 years ago.

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

0%

Estimated time:
Resolution:

Description

would be great see initially by clicking on "SVN Repository" the last x (configurable) commits.

i think dispaying the last 5 commits under the "Browse" table could be nice.

Actions #1

Updated by Nick Read about 17 years ago

I believe this would be better served by the Activity page.

There would need to be some changes to the way in which redMine
deals with the repository, importing a list of the changesets
into a cache. This allows for other features noted
in http://rubyforge.org/tracker/index.php?func=detail&aid=922
1&group_id=1850&atid=7163

While on that matter, the Activity page should also list Wiki
changes. Might see if I can create a patch for this.

Actions #2

Updated by Jean-Philippe Lang about 17 years ago

SVN commits are now stored in the database, and added to the
activity view and the search engine.

New commits are automatically retrieved and stored when consulting
the repository in the app. This behaviour can be disabled by
unchecking 'Autofecth commits' in configuration settings.

Commits can be fetched offline by running (recommanded at least
for the initial import of past commits):
ruby script/runner "Repository.fetch_changesets"
It will load commits for all of the repositories.

Jean-Philippe

Actions

Also available in: Atom PDF