You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2013/02/25 19:28:44 UTC

svn commit: r1449801 - /httpd/site/trunk/content/docs-project/svn.mdtext

Author: rbowen
Date: Mon Feb 25 18:28:43 2013
New Revision: 1449801

URL: http://svn.apache.org/r1449801
Log:
Formatting

Modified:
    httpd/site/trunk/content/docs-project/svn.mdtext

Modified: httpd/site/trunk/content/docs-project/svn.mdtext
URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/docs-project/svn.mdtext?rev=1449801&r1=1449800&r2=1449801&view=diff
==============================================================================
--- httpd/site/trunk/content/docs-project/svn.mdtext (original)
+++ httpd/site/trunk/content/docs-project/svn.mdtext Mon Feb 25 18:28:43 2013
@@ -24,10 +24,10 @@ documentation, you can check out the ent
 the documentation.
 
 To check out the entire repository, you'll do the following:
-<example>svn checkout https://svn.apache.org/repos/asf/httpd/httpd/trunk
-httpd-trunk<br></br>svn checkout
-https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x
-httpd-2.4</example>
+
+    svn checkout https://svn.apache.org/repos/asf/httpd/httpd/trunk httpd-trunk
+    svn checkout https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x httpd-2.4
+
 By checking out both trunk and 2.4, you'll be able to submit patches
 against both the development version, and the current latest released
 version.