Whitespace-only cleanup. Translators, please ignore.

This commit is contained in:
Warren Block 2013-01-17 22:52:01 +00:00
parent eee074737c
commit d5c12ce51d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40675

View file

@ -164,9 +164,9 @@
<title>Warning</title>
<warning>
<para>CVS has been deprecated by the project, and its use is not
recommended. <application>Subversion</application> should be
used instead.</para>
<para>CVS has been deprecated by the project, and its use is
not recommended. <application>Subversion</application>
should be used instead.</para>
</warning>
</sect2>
</sect1>
@ -539,9 +539,9 @@
<para>As of July 2012, &os; uses <ulink
url="http://subversion.apache.org/">Subversion</ulink>
(<emphasis>svn</emphasis>) as the primary version control system
for storing all of &os;'s source code, documentation, and the
Ports Collection.</para>
(<emphasis>svn</emphasis>) as the primary version control
system for storing all of &os;'s source code, documentation,
and the Ports Collection.</para>
<note>
<para>Subversion is generally a developer tool. Most users
@ -554,17 +554,17 @@
<para>In <application>Subversion</application>, URLs are used to
designate a repository, taking the form of
<replaceable>protocol://hostname/path</replaceable>. Mirrors may
support different protocols as specified below. The first
<replaceable>protocol://hostname/path</replaceable>. Mirrors
may support different protocols as specified below. The first
component of the path is the &os; repository to access. There
are three different repositories, <literal>base</literal> for
the &os; base system source code, <literal>ports</literal> for
the Ports Collection, and <literal>doc</literal> for
documentation. For example, the URL
<literal>svn://svn0.us-east.FreeBSD.org/ports/head/</literal>
specifies the main branch of the ports repository on the <hostid
role="fqdn">svn0.us-east.FreeBSD.org</hostid> mirror, using the
<literal>svn</literal> protocol.</para>
specifies the main branch of the ports repository on the
<hostid role="fqdn">svn0.us-east.FreeBSD.org</hostid> mirror,
using the <literal>svn</literal> protocol.</para>
</sect2>
<sect2 id="svn-install">
@ -585,9 +585,9 @@
<screen>&prompt.root; <userinput>pkg_add -r subversion</userinput></screen>
<para>If <application>pkgng</application> is being used to manage
packages, <application>Subversion</application> can be installed
with it instead:</para>
<para>If <application>pkgng</application> is being used to
manage packages, <application>Subversion</application> can be
installed with it instead:</para>
<screen>&prompt.root; <userinput>pkg install devel/subversion</userinput></screen>
</sect2>
@ -599,6 +599,7 @@
clean copy of the sources into a local directory. The files
in this directory are called a <emphasis>local working
copy</emphasis>.</para>
<warning>
<para>If the local directory already exists but was not
created by <command>svn</command>, rename or delete it
@ -625,7 +626,8 @@
<listitem>
<para><replaceable>repository</replaceable> is one of the
Project repositories, i.e., <literal>base</literal>,
<literal>ports</literal>, or <literal>doc</literal>.</para>
<literal>ports</literal>, or
<literal>doc</literal>.</para>
</listitem>
<listitem>
@ -643,14 +645,14 @@
</listitem>
<listitem>
<para><replaceable>lwcdir</replaceable> is the target directory
where the contents of the specified branch should be placed.
This is usually <filename
class="directory">/usr/ports</filename> for
<literal>ports</literal>, <filename
class="directory">/usr/src</filename> for
<literal>base</literal>, and <filename
class="directory">/usr/doc</filename> for
<para><replaceable>lwcdir</replaceable> is the target
directory where the contents of the specified branch
should be placed. This is usually
<filename class="directory">/usr/ports</filename> for
<literal>ports</literal>,
<filename class="directory">/usr/src</filename> for
<literal>base</literal>, and
<filename class="directory">/usr/doc</filename> for
<literal>doc</literal>.</para>
</listitem>
</itemizedlist>
@ -683,10 +685,9 @@
<para>The update is much quicker than a checkout, only
transferring files that have changed.</para>
<para>An alternate way of
updating the local working copy after checkout is provided by the
<filename>Makefile</filename> in the <filename
class="directory">/usr/ports</filename>,
<para>An alternate way of updating the local working copy after
checkout is provided by the <filename>Makefile</filename> in
the <filename class="directory">/usr/ports</filename>,
<filename class="directory">/usr/src</filename>, and
<filename class="directory">/usr/doc</filename> directories.
Set <makevar>SVN_UPDATE</makevar> and use the