source: basicnet/netprogs/subversion.xml@ e4fef732

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
Last change on this file since e4fef732 was e4fef732, checked in by DJ Lucas <dj@…>, 20 years ago

subversion-1.0.6 and vsftpd changes

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

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY subversion-download-http "http://subversion.tigris.org/tarballs/subversion-&subversion-version;.tar.bz2">
8 <!ENTITY subversion-download-ftp " ">
9 <!ENTITY subversion-size "5.8 MB">
10 <!ENTITY subversion-buildsize "99 MB">
11 <!ENTITY subversion-time "0.80 SBU">
12]>
13
14<sect1 id="subversion" xreflabel="Subversion-&subversion-version;">
15<?dbhtml filename="subversion.html"?>
16<title>Subversion-&subversion-version;</title>
17
18<sect2>
19<title>Introduction to <application>Subversion</application></title>
20
21<para><application>Subversion</application> is a version control system that
22is designed to be a compelling replacement for <acronym>CVS</acronym> in
23the open source community. It extends and enhances <acronym>CVS</acronym>'s
24feature set, while maintaining a similar interface for those already familiar
25with <acronym>CVS</acronym>. These instructions install the client used to
26manipulate a <application>Subversion</application> repository, creation of
27a repository is covered at <xref linkend="svnserver"/>.</para>
28
29<sect3><title>Package information</title>
30<itemizedlist spacing='compact'>
31<listitem><para>Download (HTTP): <ulink url="&subversion-download-http;"/></para></listitem>
32<listitem><para>Download (FTP): <ulink url="&subversion-download-ftp;"/></para></listitem>
33<listitem><para>Download size: &subversion-size;</para></listitem>
34<listitem><para>Estimated Disk space required: &subversion-buildsize;</para></listitem>
35<listitem><para>Estimated build time: &subversion-time;</para></listitem></itemizedlist>
36</sect3>
37
38<sect3><title><application>Subversion</application> dependencies</title>
39<sect4><title>Required (client and server)</title>
40<para><xref linkend="libxml2"/></para></sect4>
41<sect4><title>Required (server only)</title>
42<para><xref linkend="db"/></para></sect4>
43<sect4><title>Optional (cleint and server)</title>
44<para>
45<xref linkend="expat"/>,
46<xref linkend="gdbm"/>,
47<xref linkend="openssl"/>,
48<xref linkend="openssh"/>,
49<xref linkend="pkgconfig"/> and
50<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>
51</para></sect4>
52<sect4><title>Optional (server only)</title>
53<para>
54inetd or <xref linkend="xinetd" />,
55<xref linkend="apache"/>,
56<xref linkend="j2sdk"/>,
57<xref linkend="Python"/>,
58<ulink url="http://www.swig.org">SWIG</ulink> and
59<ulink url="http://www.webdav.org/neon/">neon-0.24.7</ulink>
60</para>
61</sect4>
62</sect3>
63
64</sect2>
65
66<sect2>
67<title>Installation of <application>Subversion</application></title>
68
69<para>Install <application>Subversion</application> by running the following commands:</para>
70
71<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
72make &amp;&amp;
73make install</command></userinput></screen>
74
75<note><para>If you have <application>Apache</application> installed pass
76the <parameter>--with-apr=/usr</parameter> and
77<parameter>--with-apr-util=/usr</parameter> switches to the
78<command>configure</command> script. Otherwise,
79<application>Subversion</application> will overwrite
80<acronym>APR</acronym> and <acronym>APR</acronym>-utils from
81<application>Apache</application> installation with its own
82files.</para></note>
83
84</sect2>
85
86<sect2>
87<title>Configuring <application>Subversion</application></title>
88
89<sect3><title>Config files</title>
90<para><filename>~/.subversion/config</filename>, <filename>/etc/subversion/config</filename></para>
91</sect3>
92
93<sect3><title>Configuration Information</title>
94
95<para><filename>/etc/subversion/config</filename> is the
96<application>Subversion</application> system-wide configuration file.
97This file is used to specify defaults for different
98<command>svn</command> commands.</para>
99
100<para><filename>~/.subversion/config</filename> is the user's personal
101configuration file. It is used to override the system-wide defaults
102set in <filename>/etc/subversion/config</filename>.</para>
103</sect3>
104
105</sect2>
106
107<sect2>
108<title>Contents</title>
109
110<para>The <application>Subversion</application> package contains
111<command>svn</command>, <command>svnversion</command>,
112<command>svnlook</command>, <command>svnadmin</command>,
113<command>svndumpfilter</command>, <command>mod_dav_svn</command>
114and <command>svnserve</command>.</para>
115
116</sect2>
117
118<sect2><title>Description</title>
119
120<sect3><title>svn</title>
121<para>The command-line client program.</para></sect3>
122
123<sect3><title>svnversion</title>
124<para>A program for reporting the state of a working copy.</para></sect3>
125
126<sect3><title>svnlook</title>
127<para>A tool for inspecting a Subversion repository.</para></sect3>
128
129<sect3><title>svnadmin</title>
130<para>A tool for creating, tweaking or repairing a Subversion
131repository.</para></sect3>
132
133<sect3><title>svndumpfilter</title>
134<para>A program for filtering Subversion repository dumpfile format
135streams.</para></sect3>
136
137<sect3><title>mod_dav_svn</title>
138<para>A plug-in module for the Apache HTTP Server, used to make your
139repository available to others over a network.</para></sect3>
140
141<sect3><title>svnserve</title>
142<para>A custom standalone server program, able to run as a daemon process or
143invoked by <acronym>SSH</acronym>.</para></sect3>
144
145</sect2>
146
147</sect1>
148
Note: See TracBrowser for help on using the repository browser.