Project

General

Profile

Actions

Feature #13812

open

SCM ATOM feed for the selected folder

Added by Fernando Hartmann about 11 years ago. Updated about 11 years ago.

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

0%

Estimated time:
Resolution:

Description

I have a user that wants to be notified when a specific folder in the SVN repository tree by ATOM feeds.
When we try to use it by Redmine we realized that the ATOM feed don't respect the repository folder and show all repository revisions, but the html page of the same shows only the revisions that applies to the selected repository folder.
Looking deeper in the html page source there are 2 links to the rss resource.
One link in the <head> section, that have the path parameter

    <link href="http://server/redmine/projects/xx/repository/revisions.atom?key=xxxxxxxxxxxxxxxxxxxxxxxxx&amp;path=Folder1%2Ffolser2" rel="alternate" title="ATOM" type="application/atom+xml" />

Second link in the page footer ">Also available in: ", that don't have the path as a parameter
    
/redmine/projects/xx/repository/revisions.atom?key=xxxxxxxxxxxxxxxxxxxxxxxxxx

However the two links don't work as expected, ie, show in ATOM XML only the SVN revisions that changed (where applied to) the selected folder

My Environment:
Redmine version 2.2.4.stable
Ruby version 1.8.7 (i586-linux)
Rails version 3.2.13
Environment production
Database adapter MySQL
SCM Subersion 1.7.9-3490.107

Actions #1

Updated by Toshi MARUYAMA about 11 years ago

  • Tracker changed from Defect to Feature
Actions #2

Updated by Toshi MARUYAMA about 11 years ago

  • Subject changed from ATOM feed don't respect the selected folder in the repository and show all repository revisions not only for the selected folder to ATOM feed for the selected folder
Actions #3

Updated by Toshi MARUYAMA about 11 years ago

  • Subject changed from ATOM feed for the selected folder to SCM ATOM feed for the selected folder
Actions

Also available in: Atom PDF