Changeset Feed Filter

Description

This plugin allows to you get RSS feeds of changesets affecting only certain file patterns.

Bugs/Feature Requests

Existing bugs and feature requests for ChangesetFeedFilterPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out ChangesetFeedFilterPlugin from here using Subversion, or browse the source with Trac.

Example

Create a new wiki page where your feeds will be listed and add the following content:

[[ChangesetFeeds]]

# TODO screenshot

To create a filter enter its name and click Add Filter. You'll be taken to a new wiki page with the initial content:

{{{
#!ChangesetFilter
# add patterns here
}}}

Enter regular expressions for each file pattern you want to match, one per line.

For example to see changes for any files with the .py extension in trunk:

{{{
#!ChangesetFilter
# add patterns here
trunk/.*\.py
}}}

Recent Changes

[2301] by mgood on 06/14/07 01:57:08

ChangesetFeedFilterPlugin:

initial plugin version

[2300] by mgood on 06/14/07 01:51:05

New hack ChangesetFeedFilterPlugin, created by mgood

Author/Contributors

Author: mgood
Contributors: