aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion/templates/ciabot_svn.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/subversion/templates/ciabot_svn.sh')
-rwxr-xr-xmodules/subversion/templates/ciabot_svn.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/subversion/templates/ciabot_svn.sh b/modules/subversion/templates/ciabot_svn.sh
index 9764e945..8dea608c 100755
--- a/modules/subversion/templates/ciabot_svn.sh
+++ b/modules/subversion/templates/ciabot_svn.sh
@@ -91,7 +91,7 @@ for file in `svnlook changed -r "$REV" "$REPOS" | cut -c 3- | sed 's/\&/\&/g
files="$files<file>$file</file>"
done
-url="http://svnweb.<%= domain%>/${REPOS/\/svn\//}?view=revision&revision=$REV"
+url="http://svnweb.<%= domain%>/${REPOS/\/svn\//}?view=revision&amp;revision=$REV"
# Send an email with the final XML message
(cat <<EOF
@@ -114,6 +114,7 @@ Subject: DeliverXML
<author>$author</author>
<files>$files</files>
<log>$log</log>
+ <url>$url</url>
<diffLines>$diff_lines</diffLines>
</commit>
</body>