Project

General

Profile

Actions

Feature #3389

closed

Increase speed of Repository.fetch_changesets

Added by Gregor Bader almost 15 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
Start date:
2009-05-19
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

We are running Redmine trunk version r2743 with a local Subversion server on a Win2K virtual machine. The mongrel server and SQLite is used. I have setup a post-commit hook to run

ruby script/runner "Repository.fetch_changesets" -e production
to automatically update after each commit.
The problem is, that this call runs for about 20s - 30s and blocks the whole commit!!

Is there a way to speed things up? It only have to fetch 1 changeset (the one of current commit).
Perhaps another interface where I directly provide the log message could solve this?
Any other suggestions?


Related issues

Related to Redmine - Feature #2925: Url to fetch changesets for a repositoryClosedEric Davis2009-03-07

Actions
Actions

Also available in: Atom PDF