From bb98bf3313f13e220f6c8d9bfc0d775be52887a5 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 3 Jun 2004 16:09:07 +0000 Subject: [PATCH] More fixes --- lang/en/docs/cvs.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lang/en/docs/cvs.html b/lang/en/docs/cvs.html index 55d8ff0ff5..571f64a7c2 100644 --- a/lang/en/docs/cvs.html +++ b/lang/en/docs/cvs.html @@ -134,10 +134,15 @@ update -dP -

4. Working with Branching

+

4. Working with Branches

This diagram shows how the main moodle module branches into different versions over time.

+

To see all the current tags and branches that are available, use this command on any old file (such as index.php in the top moodle directory):

+
+
cvs status -v index.php
+
+

4.1 Trunk development

The Trunk of CVS is the main development version of Moodle. In CVS it is also known as the HEAD, or default branch.

Moodle developers try to keep this stable as possible, but as it usually contains new code it probably has bugs and small instabilities.

-- 2.39.5