fixed deps and prepare for svn server

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2367 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
DJ Lucas 2004-06-23 04:41:10 +00:00
parent a0ea7dfb72
commit 6ff0105746
5 changed files with 44 additions and 12 deletions

View File

@ -23,8 +23,8 @@ is designed to be a compelling replacement for <acronym>CVS</acronym> in
the open source community. It extends and enhances <acronym>CVS</acronym>'s
feature set, while maintaining a similar interface for those already familiar
with <acronym>CVS</acronym>. These instructions install the client used to
manipulate a <application>Subversion</application> repository.</para>
<!-- , creation of a repository is covered at <xref linkend="svnserver"/>. -->
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'>
@ -36,18 +36,24 @@ manipulate a <application>Subversion</application> repository.</para>
</sect3>
<sect3><title><application>Subversion</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="db"/> and <xref linkend="libxml2"/>.</para></sect4>
<sect4><title>Optional</title>
<sect4><title>Required (client and server)</title>
<para><xref linkend="libxml2"/></para></sect4>
<sect4><title>Required (server only)</title>
<para><xref linkend="db"/></para></sect4>
<sect4><title>Optional (cleint and server)</title>
<para>
<xref linkend="apache"/>,
<xref linkend="gdbm"/>,
<xref linkend="openssl"/>,
<xref linkend="openssh"/>,
<xref linkend="Python"/>,
<xref linkend="j2sdk"/>,
<ulink url="http://www.swig.org">SWIG</ulink> and
<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>.
<xref linkend="openssh"/> and
<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>
</para></sect4>
<sect4><title>Optional (server only)</title>
<xref linkend="apache"/>,
<xref linkend="Python"/>,
<xref linkend="j2sdk"/>,
<ulink url="http://www.swig.org">SWIG</ulink> and
<ulink url="http://www.webdav.org/neon/">neon</ulink>
</sect4>
</sect3>
</sect2>

View File

@ -18,6 +18,10 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>June 22nd, 2004 [dj]: Changed Subversion deps and separated
for client and server. Added template for Subversion server, and changed
xreflabel for cvsserver to match page title.</para></listitem>
<listitem><para>June 22nd, 2004 [randy]: Updated to Sendmail-8.13.00.</para></listitem>
<listitem><para>June 22nd, 2004 [bdubbs]: Fixed test for files in profile

View File

@ -6,7 +6,7 @@
]>
<sect1 id="cvsserver" xreflabel="cvsserver">
<sect1 id="cvsserver" xreflabel="Running a CVS Server">
<?dbhtml filename="cvsserver.html"?>
<title>Running a CVS server</title>

View File

@ -18,6 +18,7 @@ that you can analyze the risks.</para>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bind.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="cvsserver.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="svnserver.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dhcp.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="leafnode.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="openssh.xml"/>

View File

@ -0,0 +1,21 @@
<?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;
]>
<sect1 id="svnserver" xreflabel="Running a Subversion Server">
<?dbhtml filename="svnserver.html"?>
<title>Running a Subversion Server</title>
<sect2>
<title>Running a Subversion Server</title>
<para>To be done...</para>
</sect2>
</sect1>