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:
parent
c55978014e
commit
94d53355f6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43784
1 changed files with 17 additions and 12 deletions
|
@ -572,7 +572,7 @@ You need a Passphrase to protect your secret key.</screen>
|
|||
<programlisting>Host svn.freebsd.org
|
||||
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.
|
||||
Subversion is much faster than <acronym>CVS</acronym>,
|
||||
however.</para>
|
||||
|
@ -2392,7 +2392,7 @@ ControlPersist yes</screen>
|
|||
username on the &os; cluster.</para>
|
||||
|
||||
<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>
|
||||
|
||||
<para>Avoid obfuscating the email address of the
|
||||
|
@ -2685,7 +2685,7 @@ MFC after: 1 month</programlisting>
|
|||
</sect1>
|
||||
|
||||
<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
|
||||
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>
|
||||
|
||||
<qandaset>
|
||||
<qandadiv>
|
||||
<qandadiv xml:id="ports-qa-adding">
|
||||
<title>Adding a New Port</title>
|
||||
|
||||
<qandaentry>
|
||||
|
@ -3819,7 +3819,7 @@ MFC after: 1 month</programlisting>
|
|||
</qandaentry>
|
||||
</qandadiv>
|
||||
|
||||
<qandadiv>
|
||||
<qandadiv xml:id="ports-qa-removing">
|
||||
<title>Removing an Existing Port</title>
|
||||
|
||||
<qandaentry>
|
||||
|
@ -3890,7 +3890,7 @@ MFC after: 1 month</programlisting>
|
|||
</qandaentry>
|
||||
</qandadiv>
|
||||
|
||||
<qandadiv>
|
||||
<qandadiv xml:id="ports-qa-re-adding">
|
||||
<title>Re-adding a Deleted Port</title>
|
||||
|
||||
<qandaentry>
|
||||
|
@ -3959,7 +3959,7 @@ MFC after: 1 month</programlisting>
|
|||
</qandaentry>
|
||||
</qandadiv>
|
||||
|
||||
<qandadiv>
|
||||
<qandadiv xml:id="ports-qa-repocopies">
|
||||
<title>Repository Copies</title>
|
||||
|
||||
<qandaentry>
|
||||
|
@ -4001,11 +4001,16 @@ MFC after: 1 month</programlisting>
|
|||
|
||||
<procedure>
|
||||
<step>
|
||||
<para>First make sure that you were using an up to
|
||||
date ports tree and the target directory does
|
||||
<para>Verify that the target directory does
|
||||
not exist.</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>Use <command>svn up</command> to make
|
||||
certain the original files, directories, and
|
||||
checkout information is current.</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<para>Use <command>svn move</command> or
|
||||
<command>svn copy</command> to do the repo
|
||||
|
@ -4109,7 +4114,7 @@ MFC after: 1 month</programlisting>
|
|||
</qandaentry>
|
||||
</qandadiv>
|
||||
|
||||
<qandadiv>
|
||||
<qandadiv xml:id="ports-qa-freeze">
|
||||
<title>Ports Freeze</title>
|
||||
|
||||
<qandaentry>
|
||||
|
@ -4243,7 +4248,7 @@ MFC after: 1 month</programlisting>
|
|||
</qandaentry>
|
||||
</qandadiv>
|
||||
|
||||
<qandadiv>
|
||||
<qandadiv xml:id="ports-qa-new-category">
|
||||
<title>Creating a New Category</title>
|
||||
|
||||
<qandaentry>
|
||||
|
@ -4449,7 +4454,7 @@ MFC after: 1 month</programlisting>
|
|||
</qandaentry>
|
||||
</qandadiv>
|
||||
|
||||
<qandadiv>
|
||||
<qandadiv xml:id="ports-qa-misc-questions">
|
||||
<title>Miscellaneous Questions</title>
|
||||
|
||||
<qandaentry>
|
||||
|
|
Loading…
Reference in a new issue