Subject: | Some SVNNotify feedback |
Date: | Mon, 08 Jan 2007 15:09:51 -0800 |
To: | bug-SVN-Notify [...] rt.cpan.org |
From: | Matt Doar <mdoar [...] packetmotion.com> |
Firstly, thanks for a great tool! Here are some comments.
1. To get Module:Build to install on older instances of RedHat: I had to
unset LANG See http://rt.cpan.org/Public/Bug/Display.html?id=19465
2. There are typos "refrences" and "expresion" in various places in the
usage
3. The code is not currently checking for a missing %s in the --jira-url
option
4. Jira matching did not work for me using -jira-url and HTML but
--ticket-map worked fine
5. It might be a nice option to have the filenames link to the
revision-url server rather than to the diffs lower down in the email?
6. Some examples of using --to-regex-amp for per-branch matching would
be useful
7. Maybe add a suggestion about where verbose logging output goes?
Perhaps as a canned example, my final command line looked with Jira
links something like this:
/usr/bin/svnnotify --repos-path "$REPOS" --revision "$REV" --to
user-list@example.com --user-domain=example.com --subject-prefix "[svn]"
--ticket-map '\b([A-Z]+-\d+)\b=http://jira/browse/%s' -H HTML
--revision-url "http://svn:8080/changelog/scratch/?cs=%s" --with-diff
--max-diff-length 4096 --author-url 'mailto:%s@example.com' --linkize
~Matt