From: moodler Date: Fri, 4 Jun 2004 05:18:15 +0000 (+0000) Subject: Fixed a missing tag X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6a652cb671febcdbae6a7619d61d12e2f90787ab;p=moodle.git Fixed a missing tag --- diff --git a/lang/en/docs/cvs.html b/lang/en/docs/cvs.html index bc387fab78..74b19cf987 100644 --- a/lang/en/docs/cvs.html +++ b/lang/en/docs/cvs.html @@ -158,7 +158,7 @@ update -dP

As soon as the stable branch MOODLE_XX_STABLE is created, development efforts will fork into two streams for a while. Some people may continue working on new features in the trunk for the next release, but most developers should be concentrating on using the current STABLE branch and fixing bugs that are found in it.

You can switch your local copy of Moodle to the STABLE version using the following command in Unix from the root directory:

-
cvs update -dP -r MOODLE_XX_STABLE
+
cvs update -dP -r MOODLE_XX_STABLE

After that, all the commands described above will apply to that stable version. To return to the trunk version just issue:

cvs update -dPA

On Windows clients you should have a menu from which you can choose the branch.