source: basicnet/netprogs/subversion.xml@ de471fc

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 de471fc was de471fc, checked in by DJ Lucas <dj@…>, 20 years ago

removed openssl from subversion deps (already there from ssh)

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

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