source: basicnet/netprogs/subversion.xml@ da4aff6

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 da4aff6 was da4aff6, checked in by Randy McMurchy <randy@…>, 20 years ago

Removed erroneously added optional dependency 'pkgconfig' from various packages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2554 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"/> and
49<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>
50</para></sect4>
51<sect4><title>Optional (server only)</title>
52<para>
53inetd or <xref linkend="xinetd" />,
54<xref linkend="apache"/>,
55<xref linkend="j2sdk"/>,
56<xref linkend="Python"/>,
57<ulink url="http://www.swig.org">SWIG</ulink> and
58<ulink url="http://www.webdav.org/neon/">neon-0.24.7</ulink>
59</para>
60</sect4>
61</sect3>
62
63</sect2>
64
65<sect2>
66<title>Installation of <application>Subversion</application></title>
67
68<para>Install <application>Subversion</application> by running the following commands:</para>
69
70<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
71make &amp;&amp;
72make install</command></userinput></screen>
73
74<note><para>If you have <application>Apache</application> installed pass
75the <parameter>--with-apr=/usr</parameter> and
76<parameter>--with-apr-util=/usr</parameter> switches to the
77<command>configure</command> script. Otherwise,
78<application>Subversion</application> will overwrite
79<acronym>APR</acronym> and <acronym>APR</acronym>-utils from
80<application>Apache</application> installation with its own
81files.</para></note>
82
83</sect2>
84
85<sect2>
86<title>Configuring <application>Subversion</application></title>
87
88<sect3><title>Config files</title>
89<para><filename>~/.subversion/config</filename>, <filename>/etc/subversion/config</filename></para>
90</sect3>
91
92<sect3><title>Configuration Information</title>
93
94<para><filename>/etc/subversion/config</filename> is the
95<application>Subversion</application> system-wide configuration file.
96This file is used to specify defaults for different
97<command>svn</command> commands.</para>
98
99<para><filename>~/.subversion/config</filename> is the user's personal
100configuration file. It is used to override the system-wide defaults
101set in <filename>/etc/subversion/config</filename>.</para>
102</sect3>
103
104</sect2>
105
106<sect2>
107<title>Contents</title>
108
109<para>The <application>Subversion</application> package contains
110<command>svn</command>, <command>svnversion</command>,
111<command>svnlook</command>, <command>svnadmin</command>,
112<command>svndumpfilter</command>, <command>mod_dav_svn</command>
113and <command>svnserve</command>.</para>
114
115</sect2>
116
117<sect2><title>Description</title>
118
119<sect3><title>svn</title>
120<para>The command-line client program.</para></sect3>
121
122<sect3><title>svnversion</title>
123<para>A program for reporting the state of a working copy.</para></sect3>
124
125<sect3><title>svnlook</title>
126<para>A tool for inspecting a Subversion repository.</para></sect3>
127
128<sect3><title>svnadmin</title>
129<para>A tool for creating, tweaking or repairing a Subversion
130repository.</para></sect3>
131
132<sect3><title>svndumpfilter</title>
133<para>A program for filtering Subversion repository dumpfile format
134streams.</para></sect3>
135
136<sect3><title>mod_dav_svn</title>
137<para>A plug-in module for the Apache HTTP Server, used to make your
138repository available to others over a network.</para></sect3>
139
140<sect3><title>svnserve</title>
141<para>A custom standalone server program, able to run as a daemon process or
142invoked by <acronym>SSH</acronym>.</para></sect3>
143
144</sect2>
145
146</sect1>
147
Note: See TracBrowser for help on using the repository browser.