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> <title>Warning</title>
<warning> <warning>
<para>CVS has been deprecated by the project, and its use is not <para>CVS has been deprecated by the project, and its use is
recommended. <application>Subversion</application> should be not recommended. <application>Subversion</application>
used instead.</para> should be used instead.</para>
</warning> </warning>
</sect2> </sect2>
</sect1> </sect1>
@ -539,9 +539,9 @@
<para>As of July 2012, &os; uses <ulink <para>As of July 2012, &os; uses <ulink
url="http://subversion.apache.org/">Subversion</ulink> url="http://subversion.apache.org/">Subversion</ulink>
(<emphasis>svn</emphasis>) as the primary version control system (<emphasis>svn</emphasis>) as the primary version control
for storing all of &os;'s source code, documentation, and the system for storing all of &os;'s source code, documentation,
Ports Collection.</para> and the Ports Collection.</para>
<note> <note>
<para>Subversion is generally a developer tool. Most users <para>Subversion is generally a developer tool. Most users
@ -554,17 +554,17 @@
<para>In <application>Subversion</application>, URLs are used to <para>In <application>Subversion</application>, URLs are used to
designate a repository, taking the form of designate a repository, taking the form of
<replaceable>protocol://hostname/path</replaceable>. Mirrors may <replaceable>protocol://hostname/path</replaceable>. Mirrors
support different protocols as specified below. The first may support different protocols as specified below. The first
component of the path is the &os; repository to access. There component of the path is the &os; repository to access. There
are three different repositories, <literal>base</literal> for are three different repositories, <literal>base</literal> for
the &os; base system source code, <literal>ports</literal> for the &os; base system source code, <literal>ports</literal> for
the Ports Collection, and <literal>doc</literal> for the Ports Collection, and <literal>doc</literal> for
documentation. For example, the URL documentation. For example, the URL
<literal>svn://svn0.us-east.FreeBSD.org/ports/head/</literal> <literal>svn://svn0.us-east.FreeBSD.org/ports/head/</literal>
specifies the main branch of the ports repository on the <hostid specifies the main branch of the ports repository on the
role="fqdn">svn0.us-east.FreeBSD.org</hostid> mirror, using the <hostid role="fqdn">svn0.us-east.FreeBSD.org</hostid> mirror,
<literal>svn</literal> protocol.</para> using the <literal>svn</literal> protocol.</para>
</sect2> </sect2>
<sect2 id="svn-install"> <sect2 id="svn-install">
@ -585,9 +585,9 @@
<screen>&prompt.root; <userinput>pkg_add -r subversion</userinput></screen> <screen>&prompt.root; <userinput>pkg_add -r subversion</userinput></screen>
<para>If <application>pkgng</application> is being used to manage <para>If <application>pkgng</application> is being used to
packages, <application>Subversion</application> can be installed manage packages, <application>Subversion</application> can be
with it instead:</para> installed with it instead:</para>
<screen>&prompt.root; <userinput>pkg install devel/subversion</userinput></screen> <screen>&prompt.root; <userinput>pkg install devel/subversion</userinput></screen>
</sect2> </sect2>
@ -598,7 +598,8 @@
<para>The <command>svn</command> command is used to fetch a <para>The <command>svn</command> command is used to fetch a
clean copy of the sources into a local directory. The files clean copy of the sources into a local directory. The files
in this directory are called a <emphasis>local working in this directory are called a <emphasis>local working
copy</emphasis>.</para> copy</emphasis>.</para>
<warning> <warning>
<para>If the local directory already exists but was not <para>If the local directory already exists but was not
created by <command>svn</command>, rename or delete it created by <command>svn</command>, rename or delete it
@ -619,13 +620,14 @@
<listitem> <listitem>
<para><replaceable>svn-mirror</replaceable> is a URL for one <para><replaceable>svn-mirror</replaceable> is a URL for one
of the <link linkend="svn-mirrors">Subversion mirror of the <link linkend="svn-mirrors">Subversion mirror
sites</link>.</para> sites</link>.</para>
</listitem> </listitem>
<listitem> <listitem>
<para><replaceable>repository</replaceable> is one of the <para><replaceable>repository</replaceable> is one of the
Project repositories, i.e., <literal>base</literal>, 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>
<listitem> <listitem>
@ -643,14 +645,14 @@
</listitem> </listitem>
<listitem> <listitem>
<para><replaceable>lwcdir</replaceable> is the target directory <para><replaceable>lwcdir</replaceable> is the target
where the contents of the specified branch should be placed. directory where the contents of the specified branch
This is usually <filename should be placed. This is usually
class="directory">/usr/ports</filename> for <filename class="directory">/usr/ports</filename> for
<literal>ports</literal>, <filename <literal>ports</literal>,
class="directory">/usr/src</filename> for <filename class="directory">/usr/src</filename> for
<literal>base</literal>, and <filename <literal>base</literal>, and
class="directory">/usr/doc</filename> for <filename class="directory">/usr/doc</filename> for
<literal>doc</literal>.</para> <literal>doc</literal>.</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
@ -683,10 +685,9 @@
<para>The update is much quicker than a checkout, only <para>The update is much quicker than a checkout, only
transferring files that have changed.</para> transferring files that have changed.</para>
<para>An alternate way of <para>An alternate way of updating the local working copy after
updating the local working copy after checkout is provided by the checkout is provided by the <filename>Makefile</filename> in
<filename>Makefile</filename> in the <filename the <filename class="directory">/usr/ports</filename>,
class="directory">/usr/ports</filename>,
<filename class="directory">/usr/src</filename>, and <filename class="directory">/usr/src</filename>, and
<filename class="directory">/usr/doc</filename> directories. <filename class="directory">/usr/doc</filename> directories.
Set <makevar>SVN_UPDATE</makevar> and use the Set <makevar>SVN_UPDATE</makevar> and use the
@ -703,10 +704,10 @@
<para>For other information about using <para>For other information about using
<application>Subversion</application>, please see the <application>Subversion</application>, please see the
<quote>Subversion Book</quote>, titled <ulink <quote>Subversion Book</quote>, titled <ulink
url="http://svnbook.red-bean.com/">Version Control with url="http://svnbook.red-bean.com/">Version Control with
Subversion</ulink>, or the <ulink Subversion</ulink>, or the <ulink
url="http://subversion.apache.org/docs/">Subversion url="http://subversion.apache.org/docs/">Subversion
Documentation</ulink>.</para> Documentation</ulink>.</para>
</sect2> </sect2>
</sect1> </sect1>
@ -1275,7 +1276,7 @@ doc/zh_*</programlisting>
<para>where <para>where
<filename><replaceable>supfile</replaceable></filename> is of <filename><replaceable>supfile</replaceable></filename> is of
course the name of the <filename>supfile</filename> you have course the name of the <filename>supfile</filename> you have
just created. Assuming you are running under X11, just created. Assuming you are running under X11,
<command>cvsup</command> will display a GUI window with some <command>cvsup</command> will display a GUI window with some
buttons to do the usual things. Press the buttons to do the usual things. Press the
<guibutton>go</guibutton> button, and watch it run.</para> <guibutton>go</guibutton> button, and watch it run.</para>
@ -2355,7 +2356,7 @@ doc/zh_*</programlisting>
<para>When obtaining or updating sources using <para>When obtaining or updating sources using
<application>cvs</application> or <application>cvs</application> or
<application>CVSup</application>, a revision tag must be <application>CVSup</application>, a revision tag must be
specified. A revision tag refers to either a particular line of specified. A revision tag refers to either a particular line of
&os; development, or a specific point in time. The first type &os; development, or a specific point in time. The first type
are called <quote>branch tags</quote>, and the second type are are called <quote>branch tags</quote>, and the second type are
called <quote>release tags</quote>.</para> called <quote>release tags</quote>.</para>