glfs/basicnet/netprogs/subversion.xml
Igor Živković c9be4c76f5 Updated to Subversion-1.1.1.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2959 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-11-18 06:49:40 +00:00

170 lines
5.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY subversion-download-http "http://subversion.tigris.org/tarballs/subversion-&subversion-version;.tar.bz2">
<!ENTITY subversion-download-ftp " ">
<!ENTITY subversion-md5sum "a180c3fe91680389c210c99def54d9e0">
<!ENTITY subversion-size "6.5 MB">
<!ENTITY subversion-buildsize "650 MB">
<!ENTITY subversion-time "1.39 SBU (additional 7.38 SBU to run tests)">
]>
<sect1 id="subversion" xreflabel="Subversion-&subversion-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="subversion.html"?>
<title>Subversion-&subversion-version;</title>
<sect2>
<title>Introduction to <application>Subversion</application></title>
<para><application>Subversion</application> is a version control system
that is designed to be a compelling replacement for
<application><acronym>CVS</acronym></application> in the open source
community. It extends and enhances
<application><acronym>CVS</acronym></application>' feature set, while
maintaining a similar interface for those already familiar
with <application><acronym>CVS</acronym></application>. These instructions
install the client and server software used to manipulate a
<application>Subversion</application> repository. Creation of a repository is
covered at <xref linkend="svnserver"/>.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink url="&subversion-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink url="&subversion-download-ftp;"/></para></listitem>
<listitem><para>MD5 sum: &subversion-md5sum;</para></listitem>
<listitem><para>Download size: &subversion-size;</para></listitem>
<listitem><para>Estimated disk space required: &subversion-buildsize;</para></listitem>
<listitem><para>Estimated build time: &subversion-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>Subversion</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="libxml2"/></para>
</sect4>
<sect4><title>Optional</title>
<para><xref linkend="expat"/>,
<xref linkend="pkgconfig"/>,
<xref linkend="db"/>,
<xref linkend="gdbm"/>,
<xref linkend="Python"/>,
<xref linkend="apache"/>,
<xref linkend="j2sdk"/>,
<xref linkend="openssl"/>,
<xref linkend="openssh"/>,
<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
<ulink url="http://www.swig.org">SWIG</ulink>,
<ulink url="http://www.webdav.org/neon/">neon-0.24.7</ulink>,
<ulink url="http://www.inet.no/dante/">Dante</ulink> and
inetd or <xref linkend="xinetd"/> (server only)</para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>Subversion</application></title>
<para>Install <application>Subversion</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
<note><para>If you have <application>Apache</application> installed, pass
the <parameter>--with-apr=/usr</parameter> and
<parameter>--with-apr-util=/usr</parameter> switches to the
<command>configure</command> script. Otherwise,
<application>Subversion</application> will overwrite
<acronym>APR</acronym> and <acronym>APR</acronym>-utils from the
<application>Apache</application> installation with its own
files.</para></note>
</sect2>
<sect2>
<title>Command explanations</title>
<para><option>--with-ssl</option>: This switch enables OpenSSL support
in neon.</para>
</sect2>
<sect2>
<title>Configuring <application>Subversion</application></title>
<sect3><title>Config files</title>
<para><filename>~/.subversion/config</filename> and
<filename>/etc/subversion/config</filename></para>
</sect3>
<sect3><title>Configuration Information</title>
<para><filename>/etc/subversion/config</filename> is the
<application>Subversion</application> system-wide configuration file.
This file is used to specify defaults for different
<command>svn</command> commands.</para>
<para><filename>~/.subversion/config</filename> is the user's personal
configuration file. It is used to override the system-wide defaults
set in <filename>/etc/subversion/config</filename>.</para>
</sect3>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>Subversion</application> package contains
<command>svn</command>,
<command>svnadmin</command>,
<command>svndumpfilter</command>,
<command>svnlook</command>,
<command>svnserve</command>,
<command>svnversion</command> and the
<filename class="libraryfile">mod_dav_svn</filename> plug-in module.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>svn</title>
<para>The command-line client program.</para></sect3>
<sect3><title>svnadmin</title>
<para>A tool for creating, tweaking or repairing a
<application>Subversion</application> repository.</para></sect3>
<sect3><title>svndumpfilter</title>
<para>A program for filtering <application>Subversion</application> repository
dumpfile format streams.</para></sect3>
<sect3><title>svnlook</title>
<para>A tool for inspecting a <application>Subversion</application>
repository.</para></sect3>
<sect3><title>svnserve</title>
<para>A custom standalone server program, able to run as a daemon process or
invoked by <acronym>SSH</acronym>.</para></sect3>
<sect3><title>svnversion</title>
<para>A program for reporting the state of a working copy.</para></sect3>
<sect3><title>mod_dav_svn</title>
<para>A plug-in module for the <application>Apache</application>
<acronym>HTTP</acronym> Server, used to make your
repository available to others over a network.</para></sect3>
</sect2>
</sect1>