Project

General

Profile

Actions

Feature #8624

open

revisions should always be automatically fetched

Added by Dave Abrahams almost 13 years ago. Updated almost 13 years ago.

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

0%

Estimated time:
Resolution:

Description

I consider it a usability bug that a project's changes/ and revisions/ URLs behave differently per #8610. People will notice the revisions/ URL in their browsers' address bars and assume—as I did—that it's a legitimate and reliable way to get to any revision in the repository. It should "just work."


Related issues

Related to Redmine - Defect #8610: Visiting revisions should try to update revisions before issuing a 404Closed2011-06-15

Actions
Actions #1

Updated by Dave Abrahams almost 13 years ago

Oh, this is even worse than I thought it was. My original understanding, from what was said in #8610, was that if I was getting a 404 by going to https:// my-redmine-site /projects/xxx/repository/ revisions / some-SHA1 , that I could instead visit https:// my-redmine-site /projects/xxx/repository/ changes / some-SHA1 . But apparently I was wrong. I need to generate links into my repository browser from my automated test results page. Unless I can link to something that will cause changes to be fetched automatically, my users will get 404s and the system won't work for them. What should I do?

Actions #2

Updated by Etienne Massip almost 13 years ago

Set up some automatic fetch mechanism ?

Actions

Also available in: Atom PDF