From 8bd763656688e47dd49ecead83155c49bf13044f Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 4 Jun 2004 03:03:01 +0000 Subject: [PATCH] Adjusting whitespaces --- lang/en/docs/cvs.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/lang/en/docs/cvs.html b/lang/en/docs/cvs.html index 2b00d9eb9c..6f611ab3f9 100644 --- a/lang/en/docs/cvs.html +++ b/lang/en/docs/cvs.html @@ -145,6 +145,7 @@ update -dP +

 

4. Working with Branches

@@ -154,8 +155,9 @@ update -dP
cvs status -v index.php
-

Tags and branches should ALWAYS be applied to the entire module (all of Moodle). Don't tag individual files or directories.
+

Tags and branches should ALWAYS be applied to the entire module (all of Moodle). Don't tag individual files or directories.

+

 

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.

@@ -183,22 +185,22 @@ update -dP
  • Get out the very latest trunk version.

    cvs update -dPA
    -
  • +
  • Merge everything on the branch since the last merge, into your trunk version
    -
    - cvs update -j MOODLE_13_MERGED -j MOODLE_13_STABLE
    -
  • +
    + cvs update -j MOODLE_13_MERGED -j MOODLE_13_STABLE
    +
  • Check the merged copy back into CVS trunk version
    -
    +
    cvs commit
  • Go back to the branch version
    -
    - cvs update -dPr MOODLE_13_STABLE
    -
  • +
    + cvs update -dPr MOODLE_13_STABLE
    +
  • Update the floating merge tag so that this process can be repeated next time

    cvs tag -RF MOODLE_13_MERGED

    -
  • +


    @@ -217,24 +219,22 @@ update -dP

  • Discuss with other developers to make sure it's necessary!
  • Make a new tag on the trunk (for all of moodle) called MOODLE_XX_WIDGET_PRE

    - cvs tag -R MOODLE_XX_WIDGET_PRE -
    -
  • + cvs tag -R MOODLE_XX_WIDGET_PRE
    +
  • Create your branch called MOODLE_XX_WIDGET

    cvs tag -Rb MOODLE_XX_WIDGET
    -
  • +
  • Work in that branch until the feature is reasonably stable. Commit as necessary.

    - cvs commit -
    -
  • + cvs commit
    +
  • When ready, merge the whole branch into the trunk, commit it to the trunk and then abandon the branch.

    cvs update -dPA

    cvs update -j MOODLE_XX_WIDGET

    cvs commit

  • - +
    -- 2.39.5