]> granicus.if.org Git - php/commitdiff
cvs->svn
authorRasmus Lerdorf <rasmus@php.net>
Mon, 13 Jul 2009 19:16:26 +0000 (19:16 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Mon, 13 Jul 2009 19:16:26 +0000 (19:16 +0000)
INSTALL
README.SUBMITTING_PATCH

diff --git a/INSTALL b/INSTALL
index 7caf443461df77cf44b511c94594fec094175a87..1eae62e4465486ae1fe0710e04f4e9c66e17855e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1259,7 +1259,7 @@ Downloading PECL extensions
      * pear download extname
        The pear command may also be used to download source files.
        Specific revisions may also be specified.
-     *SVN 
+     * SVN 
        All PECL files reside in SVN. A web-based view may be seen at
        http://svn.php.net/pecl/. To download straight from SVN, use:
 
index a8ad906c5e3b72532dd5e8c8fc1e42336cf1e313..a9c2a9585599a17da894669ffe52043a634ac1ce 100644 (file)
@@ -8,10 +8,11 @@ part is making it acceptable for inclusion into our repository. :-)
 
 How to create patch?  
 -------------------- 
-We are working with SVN. You need to get SVN source to create a patch
-that we accept.  Read http://www.php.net/svn.php for help on using SVN.
-You can check out older branches, but make sure you get trunk as well
-and make your patch work there.
+We use Subversion (SVN) for revision control.  You need to get the
+source from SVN in order to create a patch.  Read 
+http://www.php.net/svn.php for help on using SVN.  You can check out
+older branches, but make sure you get trunk as well and make your
+patch work there.
 
 Read CODING_STANDARDS file before you start working.