summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/cvs-howto.txt
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/tech/cvs-howto.txt')
-rw-r--r--DOCS/tech/cvs-howto.txt25
1 files changed, 11 insertions, 14 deletions
diff --git a/DOCS/tech/cvs-howto.txt b/DOCS/tech/cvs-howto.txt
index fde52a2df8..2cd76a573c 100644
--- a/DOCS/tech/cvs-howto.txt
+++ b/DOCS/tech/cvs-howto.txt
@@ -2,25 +2,22 @@
About Subversion write access:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Before everything else, you should know how to use CVS properly. CVS comes with
-some documentation, as usual
+Before everything else, you should know how to use Subversion properly.
+Subversion comes with some documentation.
- cvs --help
- man cvs
+ svn help
+ man svn
+ info svn
-are a good start. The most comprehensive manual is the book "Version Management
-with CVS" by Per Cederqvist. It may be available on your system via
+are a good start. The most comprehensive manual is the book "Version Control
+with Subversion" by Ben Collins-Sussman, Brian W. Fitzpatrick and C. Michael
+Pilato. It can be viewed online at
- info cvs
+http://svnbook.org/
-or online at
+For more information about the Subversion project, visit
- http://www.cvshome.org/docs/manual/
-
-Another very good resource is "The CVS Book - Open Source Development with CVS"
-by Karl Fogel and Moshe Bar. It is also available online:
-
-http://cvsbook.red-bean.com/
+http://subversion.tigris.org/
Consult these resources whenever you have problems, they are quite exhaustive.
What follows now are MPlayer specific guidelines.