summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-09 13:33:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-09 13:33:44 +0000
commit45edcd9dab06a6b675f51e3e5bffb3d96c48497b (patch)
tree9fb284fb5dad29dd8786920d553f75a7eb200615 /DOCS
parent4af0702118966d5afa6f63f5ef591b3bd47d8caf (diff)
downloadmpv-45edcd9dab06a6b675f51e3e5bffb3d96c48497b.tar.bz2
mpv-45edcd9dab06a6b675f51e3e5bffb3d96c48497b.tar.xz
CVS --> Subversion
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18661 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/cvs-howto.txt16
1 files changed, 4 insertions, 12 deletions
diff --git a/DOCS/tech/cvs-howto.txt b/DOCS/tech/cvs-howto.txt
index b0c408dbae..fde52a2df8 100644
--- a/DOCS/tech/cvs-howto.txt
+++ b/DOCS/tech/cvs-howto.txt
@@ -1,6 +1,6 @@
-About CVS write access:
-~~~~~~~~~~~~~~~~~~~~~~~
+About Subversion write access:
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Before everything else, you should know how to use CVS properly. CVS comes with
some documentation, as usual
@@ -181,7 +181,7 @@ II. POLICY / RULES:
particular bug. Comments such as "fixed!" or "Changed it." are unacceptable.
8. If you apply a patch by someone else, include the name and email address in
- the CVS log message. Since the mplayer-cvslog mailing list is publicly
+ the log message. Since the mplayer-cvslog mailing list is publicly
archived you should add some spam protection to the email address. Send an
answer to mplayer-dev-eng (or wherever you got the patch from) saying that
you applied the patch. If the patch contains a documentation change, commit
@@ -190,7 +190,7 @@ II. POLICY / RULES:
9. Do NOT commit to code actively maintained by others without permission. Send
a patch to mplayer-dev-eng instead.
-10. Subscribe to the mplayer-cvslog mailing list. The diffs of all CVS commits
+10. Subscribe to the mplayer-cvslog mailing list. The diffs of all commits
are sent there and reviewed by all the other developers. Bugs and possible
improvements or general questions regarding commits are discussed there. We
expect you to react if problems with your code are uncovered.
@@ -199,14 +199,6 @@ II. POLICY / RULES:
unsure how best to do this, send a patch to mplayer-docs, the documentation
maintainers will review and commit your stuff.
-12. Revert a commit ONLY in case of a big blunder like committing something not
- intended to be committed or committing a wrong file, the wrong version of a
- patch, cosmetics or broken code and you are going to recommit the right
- thing immediately.
-
- Never revert changes made a long time ago or buggy code. Fix it in the
- normal way instead.
-
Also read DOCS/tech/patches.txt !!!!
We think our rules are not too hard. If you have comments, contact us.