Author: danielsh
Date: Wed Jun 20 18:32:43 2012
New Revision: 1352255
URL: http://svn.apache.org/viewvc?rev=1352255&view=rev
Log:
* docs/release-notes/1.8.html (#svnpubsub): Wrap example output to 80 columns.
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=1352255&r1=1352254&r2=1352255&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Wed Jun 20 18:32:43 2012
@@ -526,20 +526,32 @@ pushed to the daemon by a <tt>post-commi
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>
+<p>A typical notification looks like this (newlines added for readability):</p>
<pre>
% curl -i http://svn.foo.org:2069/commits/xml
<?xml version='1.0' encoding='UTF-8'?>
-<commit repository="90ea9780-b833-de11-8433-001ec94261de"
revision="816214"><author>buildbot</author><date>2012-05-07
00:26:54 +0000 (Mon, 07 May 2012)</date><log>Staging update by
buildbot for
httpd</log><dirs_changed><path>websites/staging/httpd/trunk/content/</path><path>websites/staging/httpd/trunk/content/dev/</path></dirs_changed></commit>
-<stillalive>1336350418.837202</stillalive>
-...
+<commit repository="90ea9780-b833-de11-8433-001ec94261de" revision="816214"
+><author>buildbot</author
+><date>2012-05-07 00:26:54 +0000 (Mon, 07 May 2012)</date
+><log>Staging update by buildbot for httpd</log
+><dirs_changed
+><path>websites/staging/httpd/trunk/content/</path
+><path>websites/staging/httpd/trunk/content/dev/</path
+></dirs_changed></commit
+><stillalive>1336350418.837202</stillalive
+>...
</pre>
<pre>
% curl -i http://svn.foo.org:2069/commits/json
{"commits": [
-{"commit": {"dirs_changed": ["httpd/site/trunk/content/dev/"], "log":
"spacing", "repository": "13f79535-47bb-0310-9956-ffa450edef68", "author":
"joes", "date": "2012-05-07 00:30:25 +0000 (Mon, 07 May 2012)", "revision":
1334845}},
+{"commit": {"dirs_changed": ["httpd/site/trunk/content/dev/"],
+"log": "spacing",
+"repository": "13f79535-47bb-0310-9956-ffa450edef68",
+"author": "joes",
+"date": "2012-05-07 00:30:25 +0000 (Mon, 07 May 2012)",
+"revision": 1334845}},
...
</pre>