summaryrefslogtreecommitdiff
path: root/README.SUBMITTING_PATCH
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2009-07-13 19:16:26 +0000
committerRasmus Lerdorf <rasmus@php.net>2009-07-13 19:16:26 +0000
commit1419067ed3ffbd4cb1efb33f07336ae3d00b645d (patch)
treec3b4e66a9f6a0ea6aa0327daf7151daee76e9505 /README.SUBMITTING_PATCH
parent9421ad5bd0d0e61a574f5ceb631abebb62783399 (diff)
downloadphp-git-1419067ed3ffbd4cb1efb33f07336ae3d00b645d.tar.gz
cvs->svn
Diffstat (limited to 'README.SUBMITTING_PATCH')
-rw-r--r--README.SUBMITTING_PATCH9
1 files changed, 5 insertions, 4 deletions
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.