My favorites | Sign in
Google
             
New issue | Search
for
| Advanced search | Search tips
Issue 131: Atom feeds for SVN commits and issues
42 people starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  andy.chooooo
Closed:  Jun 2008
Type-Enhancement
Priority-Medium
Milestone-2008-Q2
Component-Notification


Sign in to add a comment
 
Reported by nabicht, Feb 21, 2007
It would be incredibly helpful if SVN commits and issues had Atom feeds. 

Furthermore, in order for an SVN commit feed to be useful it would need to
be separated into at least 2 feeds.
  *the hosted project material (code, docs, etc) 
  *the wiki

This is needed because the wiki is kept in SVN repository but some people
involved (or simply interested) in the project are going to want know about
code changes and the like but are not going to want to be bothered by wiki
updates.
Comment 1 by jrobbins, Feb 21, 2007
(No comment was entered for this change.)
Labels: -Type-Defect Type-Enhancement
Comment 2 by grahamperrin, May 17, 2007
Hear hear. Me too. 

I should normally limit myself to a gold star to quietly add my voice to an issue, but I'll take this opportunity to 
plug my IM-oriented feed reader of choice: 

<http://anothr.com/>
Comment 3 by grahamperrin, May 17, 2007
See also Google Code support  issue 256  (another RFE that expands upon this one).
Comment 4 by fitz, Jul 05, 2007
(No comment was entered for this change.)
Labels: Milestone-2007 Component-Subversion
Comment 5 by jrobbins, Jul 09, 2007
(No comment was entered for this change.)
Labels: -Component-Subversion Component-Notification
Comment 6 by andy.chooooo, May 05, 2008
(No comment was entered for this change.)
Owner: andy.chooooo
Comment 7 by azmatalipasha, May 07, 2008
(No comment was entered for this change.)
Status: Accepted
Comment 8 by azmatalipasha, May 21, 2008
(No comment was entered for this change.)
Labels: -Milestone-2007 Milestone-2008-Q2
Comment 9 by andy.chooooo, Jun 16, 2008
This has been implemented -- the URLs for the feeds are

http://code.google.com/feeds/p/<PROJECT>/issueupdates/basic
http://code.google.com/feeds/p/<PROJECT>/svnchanges/basic

Where <PROJECT> is the name of the project.

Also, the svnchanges feed can take an optional ?path= parameters to specify the
directories/files you want to see changes from.

Examples:

http://code.google.com/feeds/p/google-web-toolkit/svnchanges/basic?path=/wiki/
http://code.google.com/feeds/p/google-web-toolkit/svnchanges/basic?path=/trunk/
http://code.google.com/feeds/p/google-web-toolkit/issueupdates/basic

If your browser supports Atom autodiscovery, e.g. Firefox, you can see orange feed
icon on the right hand side of the URL bar for the issues tab, wiki tab, and changes
subtab of the source tab.  We will be blogging about this in the near future to make
it more discoverable.

Enjoy!  You can add a comment to this bug with any feedback.
Status: Fixed
Comment 10 by lanwin.de, Jul 03, 2008
The feed url is linked false. I think it should be linked in source tab but it is
liked in wiki tab.

I also suggest to include the feeds an all pages of the project instead of only in
specific pages.
Sign in to add a comment