diff --git a/www/cvs.t b/www/cvs.t index 53e221618f..340523eb90 100644 --- a/www/cvs.t +++ b/www/cvs.t @@ -7,11 +7,19 @@
You need to have -CVS and -SSH installed. +
You, obviously, need to have CVS installed to do this. -
The examples below use the 'firmware' module, since that's what most people are interested in. Here is a complete list of the available modules: + +
If you are not a registered developer, use this method. When asked for a password, just press enter: @@ -21,11 +29,12 @@ When asked for a password, just press enter:
A "firmware" directory will be created in your current directory, and all the source files go there. -
For this, you need to:
CVS is a "no-reserve" version control system. This means that you work on your local files without first reserving them. Any conflicts with other developers are resolved when you check-in, or "commit" as it's called in CVS: +
CVS is a "no-reserve" version control system. This means that you work on your local files without first reserving them. Any conflicts with other developers are detected when you check-in, or "commit" as it's called in CVS:
cvs commit filename