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
 &lt;?xml version='1.0' encoding='UTF-8'?&gt;
-&lt;commit repository="90ea9780-b833-de11-8433-001ec94261de" 
revision="816214"&gt;&lt;author&gt;buildbot&lt;/author&gt;&lt;date&gt;2012-05-07
 00:26:54 +0000 (Mon, 07 May 2012)&lt;/date&gt;&lt;log&gt;Staging update by 
buildbot for 
httpd&lt;/log&gt;&lt;dirs_changed&gt;&lt;path&gt;websites/staging/httpd/trunk/content/&lt;/path&gt;&lt;path&gt;websites/staging/httpd/trunk/content/dev/&lt;/path&gt;&lt;/dirs_changed&gt;&lt;/commit&gt;
-&lt;stillalive&gt;1336350418.837202&lt;/stillalive&gt;
-...
+&lt;commit repository="90ea9780-b833-de11-8433-001ec94261de" revision="816214"
+&gt;&lt;author&gt;buildbot&lt;/author
+&gt;&lt;date&gt;2012-05-07 00:26:54 +0000 (Mon, 07 May 2012)&lt;/date
+&gt;&lt;log&gt;Staging update by buildbot for httpd&lt;/log
+&gt;&lt;dirs_changed
+&gt;&lt;path&gt;websites/staging/httpd/trunk/content/&lt;/path
+&gt;&lt;path&gt;websites/staging/httpd/trunk/content/dev/&lt;/path
+&gt;&lt;/dirs_changed&gt;&lt;/commit
+&gt;&lt;stillalive&gt;1336350418.837202&lt;/stillalive
+&gt;...
 </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>
 


Reply via email to