Do not advertise CTM as the preferred way of getting sources any more.
Reviewed by: keichii
This commit is contained in:
parent
d5c2810d6a
commit
6af77f0c60
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8450
2 changed files with 30 additions and 26 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.56 2000/08/22 05:54:59 kuriyama Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.57 2000/10/03 23:21:35 marko Exp $
|
||||
-->
|
||||
|
||||
<chapter id="cutting-edge">
|
||||
|
@ -155,13 +155,6 @@ subscribe cvs-all</programlisting>
|
|||
one of three ways:</para>
|
||||
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>Use the <application><link
|
||||
linkend="ctm">CTM</link></application> facility. Unless
|
||||
you have a good TCP/IP connection at a flat rate, this
|
||||
is the way to do it.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Use the <link linkend="cvsup">cvsup</link> program
|
||||
with <ulink
|
||||
|
@ -194,15 +187,24 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></scr
|
|||
<screen><prompt>ftp></prompt> <userinput>cd usr.bin</userinput>
|
||||
<prompt>ftp></prompt> <userinput>get lex.tar</userinput></screen>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Use the <application><link
|
||||
linkend="ctm">CTM</link></application> facility. If you
|
||||
have very bad connectivity (high price connections or
|
||||
only e-mail access) <application>CTM</application> is an option.
|
||||
However, it is a lot of hassle and can give you broken files.
|
||||
This leads to it being rarely used, which again increases
|
||||
the chance of it not working for fairly long periods of
|
||||
time. We recommend using
|
||||
<application><link linkend="cvsup">CVSup</link></application>
|
||||
for anybody with a 9600bps modem or faster connection.
|
||||
</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Essentially, if you need rapid on-demand access to the
|
||||
source and communications bandwidth is not a consideration,
|
||||
use <command>cvsup</command> or <command>ftp</command>.
|
||||
Otherwise, use <application>CTM</application>.</para>
|
||||
|
||||
<para>If you are grabbing the sources to run, and not just
|
||||
look at, then grab <emphasis>all</emphasis> of current, not
|
||||
just selected portions. The reason for this is that various
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.56 2000/08/22 05:54:59 kuriyama Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.57 2000/10/03 23:21:35 marko Exp $
|
||||
-->
|
||||
|
||||
<chapter id="cutting-edge">
|
||||
|
@ -155,13 +155,6 @@ subscribe cvs-all</programlisting>
|
|||
one of three ways:</para>
|
||||
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>Use the <application><link
|
||||
linkend="ctm">CTM</link></application> facility. Unless
|
||||
you have a good TCP/IP connection at a flat rate, this
|
||||
is the way to do it.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Use the <link linkend="cvsup">cvsup</link> program
|
||||
with <ulink
|
||||
|
@ -194,15 +187,24 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/cvsupit.tgz</userinput></scr
|
|||
<screen><prompt>ftp></prompt> <userinput>cd usr.bin</userinput>
|
||||
<prompt>ftp></prompt> <userinput>get lex.tar</userinput></screen>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Use the <application><link
|
||||
linkend="ctm">CTM</link></application> facility. If you
|
||||
have very bad connectivity (high price connections or
|
||||
only e-mail access) <application>CTM</application> is an option.
|
||||
However, it is a lot of hassle and can give you broken files.
|
||||
This leads to it being rarely used, which again increases
|
||||
the chance of it not working for fairly long periods of
|
||||
time. We recommend using
|
||||
<application><link linkend="cvsup">CVSup</link></application>
|
||||
for anybody with a 9600bps modem or faster connection.
|
||||
</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Essentially, if you need rapid on-demand access to the
|
||||
source and communications bandwidth is not a consideration,
|
||||
use <command>cvsup</command> or <command>ftp</command>.
|
||||
Otherwise, use <application>CTM</application>.</para>
|
||||
|
||||
<para>If you are grabbing the sources to run, and not just
|
||||
look at, then grab <emphasis>all</emphasis> of current, not
|
||||
just selected portions. The reason for this is that various
|
||||
|
|
Loading…
Reference in a new issue