You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gs...@apache.org on 2012/06/20 20:39:41 UTC

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

Author: gstein
Date: Wed Jun 20 18:39:40 2012
New Revision: 1352258

URL: http://svn.apache.org/viewvc?rev=1352258&view=rev
Log:
Wrap the xml output a bit differently (and nicely).

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=1352258&r1=1352257&r2=1352258&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:39:40 2012
@@ -531,16 +531,16 @@ the <a href="https://svn.apache.org/repo
 <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>