Hi,
Just getting started with svnnotify - liking it a lot.
I'm using this config in my post-commit:
/usr/bin/svnnotify \
--repos-path "$REPOS" \
--revision "$REV" \
--to ${PROJECT}-svn@example.com \
--from svn@example.com \
--reply-to ${PROJECT}-dev@example.com \
--handler Alternative \
--alternative HTML::ColorDiff \
--svnlook /usr/bin/svnlook \
--with-diff
All is working well, except for one annoyance.
In the diff output, in the email, I see something like this:
Modified Paths
* trunk/Test file.txt
The "trunk/Test file.txt" is a link. However, it seems to be a link to my IMAP server:
imap://robin%40example%2Ecom@imap.example:143/fetch%3EUID%3E/Lists/exmaple.com/test-svn%3E4#trunkTe
+stfiletxt
How can I turn this into a link to the file in either the svn repo:
http://projects.example/test/svn/trunk/Test%20file.txt
or the trac code browser:
http://projects.example.com/test/trac/browser/trunk/Test%20file.txt