# HG changeset patch # User ivo # Date 1150285597 0 # Node ID 9a731c61c870b46967537fc21edc2436a4769bc8 # Parent b1d546882d90a301005da44e54235a772222bbb6 CVS --> Subversion diff -r b1d546882d90 -r 9a731c61c870 DOCS/tech/cvs-howto.txt --- a/DOCS/tech/cvs-howto.txt Wed Jun 14 11:19:39 2006 +0000 +++ b/DOCS/tech/cvs-howto.txt Wed Jun 14 11:46:37 2006 +0000 @@ -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 - -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 + svn help + man svn + info svn - info cvs - -or online at +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 - http://www.cvshome.org/docs/manual/ +http://svnbook.org/ -Another very good resource is "The CVS Book - Open Source Development with CVS" -by Karl Fogel and Moshe Bar. It is also available online: +For more information about the Subversion project, visit -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.