From 6c66803499246fe87cad101b778d71c13f14f79e Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Thu, 3 Mar 2016 12:10:05 -0800 Subject: [PATCH] xmllint validation fixes, just nesting an cannot be a direct child of an , so I moved it inside of the neither can be the direct children of a , so I moved them, each inside a --- .../docbook/CVS-BestPractices/cvs-bestpractices.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/LDP/ref/docbook/CVS-BestPractices/cvs-bestpractices.xml b/LDP/ref/docbook/CVS-BestPractices/cvs-bestpractices.xml index 0f8b10b8..28cd9a1e 100644 --- a/LDP/ref/docbook/CVS-BestPractices/cvs-bestpractices.xml +++ b/LDP/ref/docbook/CVS-BestPractices/cvs-bestpractices.xml @@ -125,10 +125,11 @@ some minor fixes + CVS Best Practices -This article explores some of the best practices that can be adopted +This article explores some of the best practices that can be adopted while using CVS as the configuration management tool in your software projects. @@ -1072,17 +1073,22 @@ The bug fix team will check out using the command line will update, verify a successful build and commit their changes to the bug fix branch using the command line + cvs update -R -r release_1_0_patches {module name} + The team should perform a build at this point to verify that the update did not break any code on the branch. Once the build is successful, -the branch should be committed back into the repository. +the branch should be committed back into the repository. + + cvs commit -R -r release_1_0_patches {module name} + : On a daily basis, each developer will check in code to &CVSAB; and to ensure sanity of code, daily builds on