[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

SVN::Notify won't insert hyperlinks

From: Anthony Lieuallen <arantius_at_gmail.com>
Date: 2007-03-22 15:36:53 CET

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
Received on Thu Mar 22 15:37:17 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.