You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2012/05/07 02:39:31 UTC

svn commit: r1334848 - /subversion/site/publish/docs/release-notes/1.8.html

Author: danielsh
Date: Mon May  7 00:39:31 2012
New Revision: 1334848

URL: http://svn.apache.org/viewvc?rev=1334848&view=rev
Log:
* docs/release-notes/1.8.html
  (#svnpubsub): Link to the code.

Modified:
    subversion/site/publish/docs/release-notes/1.8.html

Modified: subversion/site/publish/docs/release-notes/1.8.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.8.html?rev=1334848&r1=1334847&r2=1334848&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Mon May  7 00:39:31 2012
@@ -500,7 +500,9 @@ itself.</p>
 
 <p><tt>svnpubsub</tt> is a daemon that pushes post-commit notifications to
 clients in streaming JSON or XML over HTTP.  The notifications are typically
-pushed to the daemon by a <tt>post-commit</tt> hook.</p>
+pushed to the daemon by a <tt>post-commit</tt> hook.  The code lives in
+the <a href="https://svn.apache.org/repos/asf/subversion/trunk/tools/server-side/svnpubsub/"
+>tools/server-side/svnpubsub</a> directory of the source tree.</p>
 
 <p>A typical notification looks like this:</p>