Changeset 07a1a61


Ignore:
Timestamp:
07/11/2006 12:56:55 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
092d531
Parents:
69122d26
Message:

Updated to CVS-1.11.22

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6258 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/cvs.xml

    r69122d26 r07a1a61  
    77  <!ENTITY cvs-download-http "http://ftp.gnu.org/non-gnu/cvs/source/stable/&cvs-version;/cvs-&cvs-version;.tar.bz2">
    88  <!ENTITY cvs-download-ftp  "ftp://ftp.gnu.org/non-gnu/cvs/source/stable/&cvs-version;/cvs-&cvs-version;.tar.bz2">
    9   <!ENTITY cvs-md5sum        "54dd9eeb0648c9eef680df7cb26c710e">
    10   <!ENTITY cvs-size          "2.8 MB">
    11   <!ENTITY cvs-buildsize     "30.5 MB">
     9  <!ENTITY cvs-md5sum        "f24043a640509aff1aa28871dd345762">
     10  <!ENTITY cvs-size          "2.9 MB">
     11  <!ENTITY cvs-buildsize     "32.3 MB">
    1212  <!ENTITY cvs-time          "0.3 SBU (additional ~20 SBU to run the test suite)">
    1313]>
     
    7171    <para role="optional"><xref linkend="gdbm"/>,
    7272    <xref linkend="tcsh"/>,
     73    <xref linkend="openssh"/>,
    7374    <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
    7475    <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>
     
    7879    <command>sendmail</command> command)</para>
    7980
     81    <para><application>CVS</application> will invoke a default text editor to
     82    create a commit message if the <parameter>-m "Commit message"</parameter>
     83    parameter was not used when changes are committed to a respository.
     84    <application>CVS</application> looks for the following text editors, in the
     85    order shown below, during configuration to determine the default. This
     86    default can always be overridden by the <envar>CVSEDITOR</envar> or
     87    <envar>EDITOR</envar> environment variables and can be specified directly
     88    by passing the <option>--with-editor=<replaceable>&lt;desired text
     89    editor&gt;</replaceable></option> parameter to the
     90    <command>configure</command> script.</para>
     91
     92    <itemizedlist spacing='compact'>
     93      <listitem>
     94        <para><xref linkend="vim"/></para>
     95      </listitem>
     96      <listitem>
     97        <para><xref linkend="emacs"/></para>
     98      </listitem>
     99      <listitem>
     100        <para><xref linkend="nano"/></para>
     101      </listitem>
     102      <listitem>
     103        <para><xref linkend="pine"/> (for Pico)</para>
     104      </listitem>
     105    </itemizedlist>
     106
     107
    80108    <para condition="html" role="usernotes">User Notes:
    81109    <ulink url="&blfs-wiki;/cvs"/></para>
     
    102130
    103131    <para>If you have <xref linkend="tetex"/> installed and wish to create
    104     Postscript, HTML or text docs from the documentation source files, issue
    105     any or all of the following commands:</para>
    106 
    107 <screen><userinput>cd doc &amp;&amp;
    108 texi2dvi cvs.texinfo &amp;&amp;
    109 texi2dvi cvsclient.texi &amp;&amp;
    110 dvips -o cvs.ps cvs.dvi &amp;&amp;
    111 dvips -o cvsclient.ps cvsclient.dvi &amp;&amp;
    112 texi2html cvs.texinfo &amp;&amp;
    113 texi2html cvsclient.texi &amp;&amp;
    114 makeinfo --plaintext -o cvs.txt cvs.texinfo &amp;&amp;
    115 makeinfo --plaintext -o cvsclient.txt cvsclient.texi &amp;&amp;
    116 cd ..</userinput></screen>
     132    DVI, Postscript, HTML or text docs from the documentation source files,
     133    issue the following command:</para>
     134
     135<screen><userinput>make -C doc html txt dvi ps</userinput></screen>
    117136
    118137    <para>To test the results, issue: <command>make check</command>. This will
    119     take quite a while.</para>
     138    take quite a while. If you don't have <command>rsh</command> configured for
     139    access to the host you are building on (or you didn't pass the
     140    <option>--with-rsh=</option> parameter to the <command>configure</command>
     141    script, some tests may fail. If you passed the
     142    <option>--with-rsh=ssh</option> parameter to enable <command>ssh</command>
     143    as the default remote shell program, you'll need to issue the following
     144    command so that the tests will complete without any failures:</para>
     145
     146<screen><userinput>sed -e 's/rsh};/ssh};/' \
     147    -e 's/g=rw,o=r$/g=r,o=r/' \
     148    -i src/sanity.sh</userinput></screen>
    120149
    121150    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    127156
    128157    <para>If you created any additional documentation, install it by issuing
    129     the following command as the
     158    the following commands as the
    130159    <systemitem class="username">root</systemitem> user:</para>
    131160
    132 <screen role='root'><userinput>install -v -m644 doc/*.{ps,dvi,html,txt} /usr/share/doc/cvs-&cvs-version;</userinput></screen>
     161<screen role='root'><userinput>install -v -m644 doc/*.{ps,dvi,txt} /usr/share/doc/cvs-&cvs-version; &amp;&amp;
     162install -v -m755 -d /usr/share/doc/cvs-&cvs-version;/html/cvs{,client} &amp;&amp;
     163install -v -m644 doc/cvs.html/* \
     164                 /usr/share/doc/cvs-&cvs-version;/html/cvs &amp;&amp;
     165install -v -m644 doc/cvsclient.html/* \
     166                 /usr/share/doc/cvs-&cvs-version;/html/cvsclient</userinput></screen>
    133167
    134168  </sect2>
     
    172206      file in the repository.</para>
    173207
    174       <para><filename>~/.cvspass</filename> can hold passwords to complete
     208      <para><filename>~/.cvspass</filename> contains passwords used to complete
    175209      logins to servers.</para>
    176210
  • general.ent

    r69122d26 r07a1a61  
    1 <!ENTITY day          "09">                   <!-- Always 2 digits -->
     1<!ENTITY day          "11">                   <!-- Always 2 digits -->
    22<!ENTITY month        "07">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
     
    282282
    283283<!-- Chapter 18 -->
    284 <!ENTITY cvs-version                  "1.11.21">
     284<!ENTITY cvs-version                  "1.11.22">
    285285<!ENTITY inetutils-version            "1.4.2">
    286286<!ENTITY ncftp-version                "3.1.9">
  • introduction/welcome/changelog.xml

    r69122d26 r07a1a61  
    4343
    4444    <listitem>
     45      <para>July 11th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to CVS-1.11.22.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>July 9th, 2006</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.