Add an 'svn up' step to the Ports repo copy answer (discussed on IRC

with zi@).

Add IDs to all the ports qandadiv elements for easy linking.  Other
minor fixes.
This commit is contained in:
Warren Block 2014-02-05 05:52:37 +00:00
parent c55978014e
commit 94d53355f6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43784

View file

@ -572,7 +572,7 @@ You need a Passphrase to protect your secret key.</screen>
<programlisting>Host svn.freebsd.org <programlisting>Host svn.freebsd.org
User jarjar</programlisting> User jarjar</programlisting>
<para>This is the simplest method, but it's hard to tell just <para>This is the simplest method, but it is hard to tell just
yet how much load it will place on the repository. yet how much load it will place on the repository.
Subversion is much faster than <acronym>CVS</acronym>, Subversion is much faster than <acronym>CVS</acronym>,
however.</para> however.</para>
@ -2392,7 +2392,7 @@ ControlPersist yes</screen>
username on the &os; cluster.</para> username on the &os; cluster.</para>
<para>If the submitter is the maintainer of the port <para>If the submitter is the maintainer of the port
to which you are commiting include "(maintainer)" to which you are committing, include "(maintainer)"
after the email address.</para> after the email address.</para>
<para>Avoid obfuscating the email address of the <para>Avoid obfuscating the email address of the
@ -2685,7 +2685,7 @@ MFC after: 1 month</programlisting>
</sect1> </sect1>
<sect1 xml:id="if-in-doubt"> <sect1 xml:id="if-in-doubt">
<title>If in doubt...</title> <title>If in Doubt...</title>
<para>When you are not sure about something, whether it be a <para>When you are not sure about something, whether it be a
technical issue or a project convention be sure to ask. If you technical issue or a project convention be sure to ask. If you
@ -3745,7 +3745,7 @@ MFC after: 1 month</programlisting>
<title>Ports Specific FAQ</title> <title>Ports Specific FAQ</title>
<qandaset> <qandaset>
<qandadiv> <qandadiv xml:id="ports-qa-adding">
<title>Adding a New Port</title> <title>Adding a New Port</title>
<qandaentry> <qandaentry>
@ -3819,7 +3819,7 @@ MFC after: 1 month</programlisting>
</qandaentry> </qandaentry>
</qandadiv> </qandadiv>
<qandadiv> <qandadiv xml:id="ports-qa-removing">
<title>Removing an Existing Port</title> <title>Removing an Existing Port</title>
<qandaentry> <qandaentry>
@ -3890,7 +3890,7 @@ MFC after: 1 month</programlisting>
</qandaentry> </qandaentry>
</qandadiv> </qandadiv>
<qandadiv> <qandadiv xml:id="ports-qa-re-adding">
<title>Re-adding a Deleted Port</title> <title>Re-adding a Deleted Port</title>
<qandaentry> <qandaentry>
@ -3959,7 +3959,7 @@ MFC after: 1 month</programlisting>
</qandaentry> </qandaentry>
</qandadiv> </qandadiv>
<qandadiv> <qandadiv xml:id="ports-qa-repocopies">
<title>Repository Copies</title> <title>Repository Copies</title>
<qandaentry> <qandaentry>
@ -4001,11 +4001,16 @@ MFC after: 1 month</programlisting>
<procedure> <procedure>
<step> <step>
<para>First make sure that you were using an up to <para>Verify that the target directory does
date ports tree and the target directory does
not exist.</para> not exist.</para>
</step> </step>
<step>
<para>Use <command>svn up</command> to make
certain the original files, directories, and
checkout information is current.</para>
</step>
<step> <step>
<para>Use <command>svn move</command> or <para>Use <command>svn move</command> or
<command>svn copy</command> to do the repo <command>svn copy</command> to do the repo
@ -4109,7 +4114,7 @@ MFC after: 1 month</programlisting>
</qandaentry> </qandaentry>
</qandadiv> </qandadiv>
<qandadiv> <qandadiv xml:id="ports-qa-freeze">
<title>Ports Freeze</title> <title>Ports Freeze</title>
<qandaentry> <qandaentry>
@ -4243,7 +4248,7 @@ MFC after: 1 month</programlisting>
</qandaentry> </qandaentry>
</qandadiv> </qandadiv>
<qandadiv> <qandadiv xml:id="ports-qa-new-category">
<title>Creating a New Category</title> <title>Creating a New Category</title>
<qandaentry> <qandaentry>
@ -4449,7 +4454,7 @@ MFC after: 1 month</programlisting>
</qandaentry> </qandaentry>
</qandadiv> </qandadiv>
<qandadiv> <qandadiv xml:id="ports-qa-misc-questions">
<title>Miscellaneous Questions</title> <title>Miscellaneous Questions</title>
<qandaentry> <qandaentry>