From: Rasmus Lerdorf Date: Mon, 13 Jul 2009 19:16:26 +0000 (+0000) Subject: cvs->svn X-Git-Tag: php-5.4.0alpha1~191^2~3119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1419067ed3ffbd4cb1efb33f07336ae3d00b645d;p=php cvs->svn --- diff --git a/INSTALL b/INSTALL index 7caf443461..1eae62e446 100644 --- 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: diff --git a/README.SUBMITTING_PATCH b/README.SUBMITTING_PATCH index a8ad906c5e..a9c2a95855 100644 --- a/README.SUBMITTING_PATCH +++ b/README.SUBMITTING_PATCH @@ -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.