summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-14 11:46:37 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-14 11:46:37 +0000
commit1f748b207d0c00825eacb9e0efb999cd7e71bb0c (patch)
treef26904a219a9d3892c80c8dcc7e8a2eb401bd9a8 /DOCS
parent30e68e8da7fe35c74f61006226b594bda96c769c (diff)
downloadmpv-1f748b207d0c00825eacb9e0efb999cd7e71bb0c.tar.bz2
mpv-1f748b207d0c00825eacb9e0efb999cd7e71bb0c.tar.xz
CVS --> Subversion
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18708 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-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.