changeset 18646:80df1b8c3759

s/CVS/Subversion/
author diego
date Thu, 08 Jun 2006 10:09:04 +0000
parents 8c6bdea1585c
children c921020fd8bd
files DOCS/tech/patches.txt
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/patches.txt	Thu Jun 08 10:07:12 2006 +0000
+++ b/DOCS/tech/patches.txt	Thu Jun 08 10:09:04 2006 +0000
@@ -12,11 +12,11 @@
     soon as one of the files changes, your version becomes harder to apply,
     thus reducing its chances of being accepted.
 
- 1. Always make patches for the CVS version. The README describes how to check
-    out CVS and daily CVS snapshots are available from our download page.
-    We do not accept patches for releases or outdated CVS versions.
+ 1. Always make patches for Subversion HEAD. The README describes how to check
+    out Subversion and daily snapshots are available from our download page.
+    We do not accept patches for releases or outdated Subversion revisions.
 
- 2. Make unified diffs ('diff -Naur' or 'cvs diff -u'). Unified diffs can be
+ 2. Make unified diffs ('svn diff' or 'diff -Naur'). Unified diffs can be
     applied easily with 'patch'. This is much harder with other diff types.
     Besides, unified diffs are more readable and thus easier to review.
 
@@ -91,9 +91,9 @@
     reminders must be sent as replies to the original patch to preserve proper
     mail threading.
 
-11. Do not immediately ask for CVS write access. If you have contributed one or
-    more nice, acceptable patches and they need maintaining or you want to
-    be an MPlayer developer, you'll get CVS write access.
+11. Do not immediately ask for Subversion write access. If you have contributed
+    one or more nice, acceptable patches and they need maintaining or you want
+    to be an MPlayer developer, you'll get Subversion write access.
 
 12. For consistency reasons, all option names must use '-' instead of '_'.