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> </literallayout>
</para> </para>
<para>Now, the regular process of build test build is attempted and <para>Now, the regular process of build test build is completed and a
a version is ready for delivery. The final version of the source code is version is ready for delivery. The final version of the source code is now
now committed into &CVSAB;. Now, two practices have to be followed. committed into &CVSAB;. At this time, two best practices have to be
</para> followed. </para>
<orderedlist> <orderedlist>
<listitem> <listitem>
<para> <xref linkend="section2-tagrelease"> : This ensures that the bug fix <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 release is tagged correctly. This ensures that the release can be
time if necessary. re-created at a later point in time if necessary. </para>
</para>
</listitem> </listitem>
<listitem> <listitem>
<para><xref linkend="section2-mergebugfix"> : This ensures that the bug fix <para><xref linkend="section2-mergebugfix"> : This ensures that the bug fix
is merged back into the main trunk ensuring that all future is merged back into the main trunk ensuring that all future releases is a
releases is a truly cumulative delivery. truly cumulative delivery. </para>
</para>
</listitem> </listitem>
</orderedlist> </orderedlist>