From 777755de4cff5cd6f9c10c915f2f126ad89b9dce Mon Sep 17 00:00:00 2001 From: vivekv <> Date: Tue, 26 Mar 2002 23:57:13 +0000 Subject: [PATCH] Some changes made out of sync. Please dont publish this version. --- .../CVS-BestPractices/CVS-BestPractices.sgml | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/LDP/ref/docbook/CVS-BestPractices/CVS-BestPractices.sgml b/LDP/ref/docbook/CVS-BestPractices/CVS-BestPractices.sgml index 9f6906af..75bf42d7 100644 --- a/LDP/ref/docbook/CVS-BestPractices/CVS-BestPractices.sgml +++ b/LDP/ref/docbook/CVS-BestPractices/CVS-BestPractices.sgml @@ -962,23 +962,25 @@ cvs commit -R -r release_1_0_patches {project name} -Now, the regular process of build test build is attempted and -a version is ready for delivery. The final version of the source code is -now committed into &CVSAB;. Now, two practices have to be followed. - +Now, the regular process of build test build is completed and a +version is ready for delivery. The final version of the source code is now +committed into &CVSAB;. At this time, two best practices have to be +followed. + : This ensures that the bug fix -release is tagged correctly and so can be traced out at a later point in -time if necessary. - +release is tagged correctly. This ensures that the release can be +re-created at a later point in time if necessary. + + : This ensures that the bug fix -is merged back into the main trunk ensuring that all future -releases is a truly cumulative delivery. - +is merged back into the main trunk ensuring that all future releases is a +truly cumulative delivery. +