There are a few projects on Google Code that I want to keep track of, specifically reviewing any commits. A feed works quite well for that, and Google Code provides them, but makes it hard to discover.
Therefore, a small tutorial to get there. The basic URL is this:
http://code.google.com/feeds/p/PROJECT/svnchanges/basic?path=BRANCH
Highlighted are the parts that you replace to get something useful. For example, to monitor any changes to QUnit, I’m using this URL:
http://code.google.com/feeds/p/jqueryjs/svnchanges/basic?path=/trunk/qunit
The project is “jqueryjs”, the branch “/trunk/qunit“.
To monitor the changes to the autocomplete branch, I replace “jqueryjs” with “jquery-ui” and adjust the path:
http://code.google.com/feeds/p/jquery-ui/svnchanges/basic?path=/branches/dev/autocomplete
That’s helpful. Thanks!
Anna
[email protected]