Note the difference between branch and release tags, and wordsmith the

text to make it clear that branch tags are only used on the src/ tree.
This commit is contained in:
Nik Clayton 2003-06-29 15:48:46 +00:00
parent e75929e976
commit 38e714f590
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17442

View file

@ -4205,18 +4205,24 @@ doc/zh_TW.Big5</screen>
<para>When obtaining or updating sources from <para>When obtaining or updating sources from
<application>cvs</application> and <application>cvs</application> and
<application>CVSup</application> a revision tag (reference to a <application>CVSup</application> a revision tag (reference to a
date in time) must be specified. The following tags are date in time) must be specified.</para>
available, each specifying different branches of FreeBSD at
different points of time:</para>
<note> <para>A revision tag refers to either a particular line of FreeBSD
<para>The ports tree does not have any tag associated with it, development, or a specific point in time. The first type are called
it is always CURRENT.</para> <quote>branch tags</quote>, the second type are called <quote>release
</note> tags</quote>.</para>
<para>The most common tags are:</para> <sect2>
<title>Branch tags</title>
<para>All of these, with the exception of <literal>HEAD</literal> (which
is always a valid tag), only apply to the <filename>src/</filename>
tree. The <filename>ports/</filename>, <filename>doc/</filename>, and
<filename>www/</filename> trees are not branched.</para>
<variablelist> <variablelist>
<title>Branch tags</title>
<varlistentry> <varlistentry>
<term>HEAD</term> <term>HEAD</term>
@ -4336,8 +4342,15 @@ doc/zh_TW.Big5</screen>
as 2.2-STABLE. This branch is mostly obsolete.</para> as 2.2-STABLE. This branch is mostly obsolete.</para>
</listitem> </listitem>
</variablelist> </variablelist>
</sect2>
<para>Other revision tags that are available include:</para> <sect2>
<title>Release tags</title>
<para>These tags correspond to the FreeBSD <filename>src/</filename>
tree (and <filename>ports/</filename>, <filename>doc/</filename>, and
<filename>www/</filename> trees at a specific point in time, when a
particular version of FreeBSD was released.</para>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
@ -4556,6 +4569,7 @@ doc/zh_TW.Big5</screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
</sect2>
</sect1> </sect1>
<sect1 id="mirrors-afs"> <sect1 id="mirrors-afs">