You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Anthony Lieuallen <ar...@gmail.com> on 2007/03/22 14:36:53 UTC

SVN::Notify won't insert hyperlinks

Hello all, I hope this is the proper place to be requesting help.  I'm 
setting up a new SVN repository and using SVN::Notify to deliver 
notifications via post-commit.  I'm using a script that looks like this now:

#!/bin/bash

REPOS=${1##*/}

/usr/bin/svnnotify --repos-path "$1" --revision "$2" \
         --to "xxx@yyy.com" --user-domain "yyy.com" \
         --svnlook "/usr/bin/svnlook" --sendmail "/usr/sbin/sendmail" \
         --with-diff --max-sub-length 72 --handler HTML::ColorDiff \
         --max-diff-length 32768 --subject-prefix "SVN ${REPOS}" \
         --revision_url "http://svn/viewvc/test?view=rev&revision=%s"

The mail comes through with all the correct information, and it looks 
great.  But there are no hyperlinks anywhere in the mail that is sent. 
I haven't been able to get ticket_map to hyperlink anything either.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org