[MPlayer-cvslog] r18647 - trunk/DOCS/tech/patches.txt

diego subversion at mplayerhq.hu
Thu Jun 8 12:09:04 CEST 2006


Author: diego
Date: Thu Jun  8 12:09:04 2006
New Revision: 18647

Modified:
   trunk/DOCS/tech/patches.txt

Log:
s/CVS/Subversion/


Modified: trunk/DOCS/tech/patches.txt
==============================================================================
--- trunk/DOCS/tech/patches.txt	(original)
+++ trunk/DOCS/tech/patches.txt	Thu Jun  8 12:09:04 2006
@@ -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 '_'.
 



More information about the MPlayer-cvslog mailing list