You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/01/04 17:11:54 UTC

svn commit: r1850406 - /httpd/site/trunk/content/dev/devnotes.mdtext

Author: jailletc36
Date: Fri Jan  4 17:11:54 2019
New Revision: 1850406

URL: http://svn.apache.org/viewvc?rev=1850406&view=rev
Log:
Add some missing spaces after </samp>.
Keep command lines on the same line in <pre> blocks.
Add some links when URL are displayed.

Modified:
    httpd/site/trunk/content/dev/devnotes.mdtext

Modified: httpd/site/trunk/content/dev/devnotes.mdtext
URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/dev/devnotes.mdtext?rev=1850406&r1=1850405&r2=1850406&view=diff
==============================================================================
--- httpd/site/trunk/content/dev/devnotes.mdtext (original)
+++ httpd/site/trunk/content/dev/devnotes.mdtext Fri Jan  4 17:11:54 2019
@@ -62,7 +62,7 @@ called <samp>httpd-trunk</samp>:
      httpd-trunk</samp>
 
 This step only needs to be performed once (unless the private working
-directory is tainted or deleted.) Committers should use a URL prefix
+directory is tainted or deleted). Committers should use a URL prefix
 of <samp>https</samp> on the checkout, to save themselves headaches later.
 
 1. Developer keeps their working directory synchronised with changes made to
@@ -95,7 +95,7 @@ There are several different branches und
 the Apache SVN repository that pertain to the different releases. The top
 level can be perused with the [SVN
 ViewCVS](http://svn.apache.org/viewcvs.cgi/) pages. The main subtrees
-pertaining to the <samp>httpd</samp>server source are:
+pertaining to the <samp>httpd</samp> server source are:
 
 ## httpd-2.4 ##
 
@@ -104,8 +104,8 @@ it <samp>httpd-2.4</samp>, change your c
 the tree and then check the 2.4 sources out as follows:
 <pre>
 % cd /usr/local/apache
-% svn checkout http://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x
-   httpd-2.4</pre>
+% svn checkout http://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x httpd-2.4
+</pre>
 
 ## httpd-2.5 ##
 
@@ -114,8 +114,8 @@ development tree (slated for a release 2
 it <samp>httpd-trunk</samp>, checkout as follows:
 <pre>
 % cd /usr/local/apache
-% svn checkout http://svn.apache.org/repos/asf/httpd/httpd/trunk
-httpd-trunk</pre>
+% svn checkout http://svn.apache.org/repos/asf/httpd/httpd/trunk httpd-trunk
+</pre>
 
 ## httpd-site ##
 
@@ -139,7 +139,7 @@ is <samp>https://svn.apache.org/repos/as
 <make_note>It is important that the files on the Web host not be modified
 directly. If you want or need to change one, check it out into a private
 working copy, modify **that** , commit the change into SVN, and then
-perform a <samp>svn update</samp>to bring the host directory into sync with
+perform a <samp>svn update</samp> to bring the host directory into sync with
 the SVN sources.</make_note>
 The Web site *directories* (as opposed to files) are not maintained in
 synch with the SVN files automatically. They are manually updated from SVN
@@ -149,7 +149,7 @@ group discussion.
 
 ## httpd-dist ##
 
-Like the <samp>httpd-site</samp>subtree, this one is used to maintain the
+Like the <samp>httpd-site</samp> subtree, this one is used to maintain the
 files that comprise a website - in this
 case, <samp>http://www.apache.org/dist/httpd/</samp>. Also like the previous
 subtree, the directory on the server is a checked-out working copy of this
@@ -163,8 +163,8 @@ is <samp>https://svn.apache.org/repos/as
 Committers will generally deal with this subtree when "rolling" a release.
 This is a series of steps taken to create a complete new release of the
 Apache httpd software. Amongst other things, the key to this subtree is
-the <samp>tools/</samp>directory, which contains
-the <samp>release.sh</samp>shell script. More information on the policies
+the <samp>tools/</samp> directory, which contains
+the <samp>release.sh</samp> shell script. More information on the policies
 and procedures relating to rolling releases can be found on the [Release
 Guidelines](release.html) page.
 
@@ -183,9 +183,9 @@ pull requests, but we can comment/review
 commit message can contain the phrase "this closes #X" where X is the 
 pull request number which will be prominent in the interface.
 
-  - https://github.com/apache/httpd
-  - https://github.com/apache/httpd/pulls
+  - <https://github.com/apache/httpd>
+  - <https://github.com/apache/httpd/pulls>
 
-An example revision that closes a pull request is http://svn.apache.org/viewvc?view=revision&revision=1780308
+An example revision that closes a pull request is <http://svn.apache.org/viewvc?view=revision&revision=1780308>