Some changes made out of sync. Please dont publish this version.

This commit is contained in:
vivekv 2002-03-26 23:57:13 +00:00
parent b904c8fc18
commit 777755de4c
1 changed files with 12 additions and 10 deletions

View File

@ -962,23 +962,25 @@ cvs commit -R -r release_1_0_patches {project name}
</literallayout>
</para>
<para>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.
</para>
<para>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. </para>
<orderedlist>
<listitem>
<para> <xref linkend="section2-tagrelease"> : This ensures that the bug fix
release is tagged correctly and so can be traced out at a later point in
time if necessary.
</para>
release is tagged correctly. This ensures that the release can be
re-created at a later point in time if necessary. </para>
</listitem>
<listitem>
<para><xref linkend="section2-mergebugfix"> : This ensures that the bug fix
is merged back into the main trunk ensuring that all future
releases is a truly cumulative delivery.
</para>
is merged back into the main trunk ensuring that all future releases is a
truly cumulative delivery. </para>
</listitem>
</orderedlist>