1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-03 13:32:16 +00:00

CVS --> Subversion

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18708 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ivo 2006-06-14 11:46:37 +00:00
parent 30e68e8da7
commit 1f748b207d

View File

@ -2,25 +2,22 @@
About Subversion write access: About Subversion write access:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Before everything else, you should know how to use CVS properly. CVS comes with Before everything else, you should know how to use Subversion properly.
some documentation, as usual Subversion comes with some documentation.
cvs --help svn help
man cvs man svn
info svn
are a good start. The most comprehensive manual is the book "Version Management are a good start. The most comprehensive manual is the book "Version Control
with CVS" by Per Cederqvist. It may be available on your system via 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/ http://subversion.tigris.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:
http://cvsbook.red-bean.com/
Consult these resources whenever you have problems, they are quite exhaustive. Consult these resources whenever you have problems, they are quite exhaustive.
What follows now are MPlayer specific guidelines. What follows now are MPlayer specific guidelines.