Mercurial > mplayer.hg
changeset 18705:9a731c61c870
CVS --> Subversion
author | ivo |
---|---|
date | Wed, 14 Jun 2006 11:46:37 +0000 |
parents | b1d546882d90 |
children | 7fb537ba7c96 |
files | DOCS/tech/cvs-howto.txt |
diffstat | 1 files changed, 11 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- 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.