summaryrefslogtreecommitdiff
path: root/README.SUBMITTING_PATCH
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2009-07-13 18:14:34 +0000
committerRasmus Lerdorf <rasmus@php.net>2009-07-13 18:14:34 +0000
commit9421ad5bd0d0e61a574f5ceb631abebb62783399 (patch)
treedf781e74006d1647cb62606f1292e92ea03da417 /README.SUBMITTING_PATCH
parent52cbb24fbea6f71a3983617a13eef23b4d6136ae (diff)
downloadphp-git-9421ad5bd0d0e61a574f5ceb631abebb62783399.tar.gz
cvs->svn
Diffstat (limited to 'README.SUBMITTING_PATCH')
-rw-r--r--README.SUBMITTING_PATCH39
1 files changed, 9 insertions, 30 deletions
diff --git a/README.SUBMITTING_PATCH b/README.SUBMITTING_PATCH
index 04847d79c2..a8ad906c5e 100644
--- a/README.SUBMITTING_PATCH
+++ b/README.SUBMITTING_PATCH
@@ -8,11 +8,10 @@ part is making it acceptable for inclusion into our repository. :-)
How to create patch?
--------------------
-We are working with CVS. You need to get CVS source to create a patch
-that we accept. Visit http://www.php.net/anoncvs.php to get CVS
-source. You can check out older versions, but make sure you get
-the default branch (i.e. Do not use -r option when you check out the
-CVS source)
+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.
Read CODING_STANDARDS file before you start working.
@@ -21,7 +20,7 @@ add a new feature to PHP. After you finished editing, please test your
patch. Read README.TESTING for testing.
After you finish testing your patch, take diff file using
-"cvs diff > your.patch" command.
+"svn diff > your.patch" command.
Read README.TESTING for submitting a test script for your patch. This is
not strictly required, but it is preferred to submit a test script along
@@ -41,25 +40,8 @@ maintainer and/or internals@lists.php.net, or pear-dev@lists.php.net if
you are patching PEAR. Official module maintainers can be found in
EXTENSIONS file in PHP source.
-If you are new to CVS (Concurrent Versions System), visit
-http://cvshome.org/ for details.
-
-
-Recommended CVS client settings for creating patch file
-------------------------------------------------------
-Recommended ~/.cvsrc file setting is:
-------
-cvs -z3
-update -d -P
-checkout -P
-diff -u
-
-------
-diff -u means:
- -u Use the unified output format.
-
-With this CVS setting, you don't have to worry about adding/deleting
-newlines and spaces.
+If you are new to SVN (Subversion), visit
+http://svnbook.red-bean.com/ for details.
Check list for submitting patch
@@ -70,10 +52,7 @@ Check list for submitting patch
web server error logs when you test your patch?
- Did you build PHP for multi-threaded web servers. (Optional)
- Did you create test script for "make test"? (Recommended)
- - Did you check your patch is unified format and it does not
- contain white space changes? (If you are not using recommended
- cvs setting)
- - Did you update CVS source before you take final patch?
+ - Did you update SVN source before you take final patch?
- Did you read the patch again?
@@ -118,7 +97,7 @@ these questions:
What happens when your patch is applied?
----------------------------------------
-Your name will be included together with your email address in the CVS
+Your name will be included together with your email address in the SVN
commit log. If your patch affects end-users, a brief description
and your name might be added to the NEWS file.