Changeset 01d5424 for basicnet


Ignore:
Timestamp:
10/20/2004 12:03:12 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
e16d90ee
Parents:
84e42bc
Message:

Updated to Subversion-1.1.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/subversion.xml

    r84e42bc r01d5424  
    77  <!ENTITY subversion-download-http "http://subversion.tigris.org/tarballs/subversion-&subversion-version;.tar.bz2">
    88  <!ENTITY subversion-download-ftp  " ">
    9   <!ENTITY subversion-size          "5.8 MB">
    10   <!ENTITY subversion-buildsize     "99 MB">
    11   <!ENTITY subversion-time          "0.80 SBU">
     9  <!ENTITY subversion-md5sum        "a91b0d79b8c8ab8747587037c044c6c9">
     10  <!ENTITY subversion-size          "6.7 MB">
     11  <!ENTITY subversion-buildsize     "650 MB">
     12  <!ENTITY subversion-time          "1.39 SBU (additional 7.38 SBU to run tests)">
    1213]>
    1314
     
    2324<title>Introduction to <application>Subversion</application></title>
    2425
    25 <para><application>Subversion</application> is a version control system that
    26 is designed to be a compelling replacement for <acronym>CVS</acronym>  in
    27 the open source community.  It extends and enhances <acronym>CVS</acronym>'s
    28 feature set, while maintaining a similar interface for those already familiar
    29 with <acronym>CVS</acronym>.  These instructions install the client used to
    30 manipulate a <application>Subversion</application> repository, creation of
    31 a repository is covered at <xref linkend="svnserver"/>.</para>
     26<para><application>Subversion</application> is a version control system
     27that is designed to be a compelling replacement for
     28<application><acronym>CVS</acronym></application> in the open source
     29community. It extends and enhances
     30<application><acronym>CVS</acronym></application>' feature set, while
     31maintaining a similar interface for those already familiar
     32with <application><acronym>CVS</acronym></application>. These instructions
     33install the client and server software used to manipulate a
     34<application>Subversion</application> repository. Creation of a repository is
     35covered at <xref linkend="svnserver"/>.</para>
    3236
    3337<sect3><title>Package information</title>
     
    3539<listitem><para>Download (HTTP): <ulink url="&subversion-download-http;"/></para></listitem>
    3640<listitem><para>Download (FTP): <ulink url="&subversion-download-ftp;"/></para></listitem>
     41<listitem><para>MD5 sum: &subversion-md5sum;</para></listitem>
    3742<listitem><para>Download size: &subversion-size;</para></listitem>
    38 <listitem><para>Estimated Disk space required: &subversion-buildsize;</para></listitem>
     43<listitem><para>Estimated disk space required: &subversion-buildsize;</para></listitem>
    3944<listitem><para>Estimated build time: &subversion-time;</para></listitem></itemizedlist>
    4045</sect3>
    4146
    4247<sect3><title><application>Subversion</application> dependencies</title>
    43 <sect4><title>Required (client and server)</title>
    44 <para><xref linkend="libxml2"/></para></sect4>
    45 <sect4><title>Required (server only)</title>
    46 <para><xref linkend="db"/></para></sect4>
    47 <sect4><title>Optional (cleint and server)</title>
    48 <para>
    49 <xref linkend="expat"/>,
     48<sect4><title>Required</title>
     49<para><xref linkend="libxml2"/></para>
     50</sect4>
     51
     52<sect4><title>Optional</title>
     53<para><xref linkend="expat"/>,
     54<xref linkend="pkgconfig"/>,
     55<xref linkend="db"/>,
    5056<xref linkend="gdbm"/>,
    51 <xref linkend="openssl"/>,
    52 <xref linkend="openssh"/> and
    53 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>
    54 </para></sect4>
    55 <sect4><title>Optional (server only)</title>
    56 <para>
    57 inetd or <xref linkend="xinetd" />,
    58 <xref linkend="apache"/>,
    59 <xref linkend="j2sdk"/>,
    60 <xref linkend="Python"/>,
    61 <ulink url="http://www.swig.org">SWIG</ulink> and
    62 <ulink url="http://www.webdav.org/neon/">neon-0.24.7</ulink>
    63 </para>
     57<xref linkend="Python"/>,
     58<xref linkend="apache"/>,
     59<xref linkend="j2sdk"/>,
     60<xref linkend="openssl"/>,
     61<xref linkend="openssh"/>,
     62<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
     63<ulink url="http://www.swig.org">SWIG</ulink>,
     64<ulink url="http://www.webdav.org/neon/">neon-0.24.7</ulink> and
     65inetd or <xref linkend="xinetd"/> (server only)</para>
    6466</sect4>
    6567</sect3>
     
    7072<title>Installation of <application>Subversion</application></title>
    7173
    72 <para>Install <application>Subversion</application> by running the following commands:</para>
     74<para>Install <application>Subversion</application> by running the following
     75commands:</para>
    7376
    7477<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     
    7679make install</command></userinput></screen>
    7780
    78 <note><para>If you have <application>Apache</application> installed pass
     81<note><para>If you have <application>Apache</application> installed, pass
    7982the <parameter>--with-apr=/usr</parameter> and
    8083<parameter>--with-apr-util=/usr</parameter> switches to the
    8184<command>configure</command> script. Otherwise,
    8285<application>Subversion</application> will overwrite
    83 <acronym>APR</acronym> and <acronym>APR</acronym>-utils from
     86<acronym>APR</acronym> and <acronym>APR</acronym>-utils from the
    8487<application>Apache</application> installation with its own
    8588files.</para></note>
     
    9194
    9295<sect3><title>Config files</title>
    93 <para><filename>~/.subversion/config</filename>, <filename>/etc/subversion/config</filename></para>
     96<para><filename>~/.subversion/config</filename> and
     97<filename>/etc/subversion/config</filename></para>
    9498</sect3>
    9599
     
    102106
    103107<para><filename>~/.subversion/config</filename> is the user's personal
    104 configuration file.  It is used to override the system-wide defaults
     108configuration file. It is used to override the system-wide defaults
    105109set in <filename>/etc/subversion/config</filename>.</para>
    106110</sect3>
     
    112116
    113117<para>The <application>Subversion</application> package contains
    114 <command>svn</command>, <command>svnversion</command>,
    115 <command>svnlook</command>, <command>svnadmin</command>,
    116 <command>svndumpfilter</command>, <command>mod_dav_svn</command>
    117 and <command>svnserve</command>.</para>
     118<command>svn</command>,
     119<command>svnadmin</command>,
     120<command>svndumpfilter</command>,
     121<command>svnlook</command>,
     122<command>svnserve</command>,
     123<command>svnversion</command> and the
     124<filename class="libraryfile">mod_dav_svn</filename> plug-in module.</para>
    118125
    119126</sect2>
     
    124131<para>The command-line client program.</para></sect3>
    125132
     133<sect3><title>svnadmin</title>
     134<para>A tool for creating, tweaking or repairing a
     135<application>Subversion</application> repository.</para></sect3>
     136
     137<sect3><title>svndumpfilter</title>
     138<para>A program for filtering <application>Subversion</application> repository
     139dumpfile format streams.</para></sect3>
     140
     141<sect3><title>svnlook</title>
     142<para>A tool for inspecting a <application>Subversion</application>
     143repository.</para></sect3>
     144
     145<sect3><title>svnserve</title>
     146<para>A custom standalone server program, able to run as a daemon process or
     147invoked by <acronym>SSH</acronym>.</para></sect3>
     148
    126149<sect3><title>svnversion</title>
    127150<para>A program for reporting the state of a working copy.</para></sect3>
    128151
    129 <sect3><title>svnlook</title>
    130 <para>A tool for inspecting a Subversion repository.</para></sect3>
    131 
    132 <sect3><title>svnadmin</title>
    133 <para>A tool for creating, tweaking or repairing a Subversion
    134 repository.</para></sect3>
    135 
    136 <sect3><title>svndumpfilter</title>
    137 <para>A program for filtering Subversion repository dumpfile format
    138 streams.</para></sect3>
    139 
    140152<sect3><title>mod_dav_svn</title>
    141 <para>A plug-in module for the Apache HTTP Server, used to make your
     153<para>A plug-in module for the <application>Apache</application>
     154<acronym>HTTP</acronym> Server, used to make your
    142155repository available to others over a network.</para></sect3>
    143 
    144 <sect3><title>svnserve</title>
    145 <para>A custom standalone server program, able to run as a daemon process or
    146 invoked  by <acronym>SSH</acronym>.</para></sect3>
    147156
    148157</sect2>
Note: See TracChangeset for help on using the changeset viewer.