diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2018-06-16 20:10:41 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2018-06-16 20:10:41 +0000 |
commit | 62ddfba6e2cc73273473b462acc0b8fa792c74ae (patch) | |
tree | 2f23f339e7b2e5c80f6cf4f8fa4fd2e28771b6e4 /en_US.ISO8859-1/articles/committers-guide | |
parent | d76fb37855e1915f8324f016918a7949aeb953d6 (diff) |
Notes
Diffstat (limited to 'en_US.ISO8859-1/articles/committers-guide')
-rw-r--r-- | en_US.ISO8859-1/articles/committers-guide/article.xml | 46 |
1 files changed, 2 insertions, 44 deletions
diff --git a/en_US.ISO8859-1/articles/committers-guide/article.xml b/en_US.ISO8859-1/articles/committers-guide/article.xml index 5a561ab8a7..df65cc3dea 100644 --- a/en_US.ISO8859-1/articles/committers-guide/article.xml +++ b/en_US.ISO8859-1/articles/committers-guide/article.xml @@ -35,6 +35,7 @@ <year>2015</year> <year>2016</year> <year>2017</year> + <year>2018</year> <holder>The &os; Documentation Project</holder> </copyright> @@ -818,11 +819,6 @@ You need a Passphrase to protect your secret key.</screen> case, <literal>head</literal> and <literal>stable/7</literal>; it will not pull down the whole tree.</para> - - <note> - <para>Decreasing the depth of a working copy is not - possible.</para> - </note> </sect3> <sect3 xml:id="svn-daily-use-anonymous-checkout"> @@ -1266,13 +1262,6 @@ You need a Passphrase to protect your secret key.</screen> <screen>&prompt.user; svn merge -c <replaceable>r123456</replaceable> ^/head/ stable/<replaceable>11</replaceable> &prompt.user; svn commit stable/<replaceable>11</replaceable></screen> - <note> - <para>Note the sections below which outline changes to - the target location of the <literal>stable/</literal> - branch starting with - <literal>stable/10</literal>.</para> - </note> - <para>Merges to <literal>releng/</literal> branches should always originate from the corresponding <literal>stable/</literal> branch. For example:</para> @@ -1288,14 +1277,8 @@ You need a Passphrase to protect your secret key.</screen> may commit to a <literal>releng/</literal> branch for a Security Advisory or Errata Notice.</para> </note> - </sect4> - <sect4 xml:id="merge"> - <title>Selecting the Source and Target for - <literal>stable/10</literal> and Newer</title> - - <para>Starting with the <literal>stable/10</literal> - branch, all merges are + <para>All merges are merged to and committed from the root of the branch. All merges look like:</para> @@ -1306,10 +1289,6 @@ You need a Passphrase to protect your secret key.</screen> a complete checkout of the branch to which the merge occurs.</para> - <para>Merges to <literal>releng/</literal> branches must - always originate from the corresponding - <literal>stable/</literal> branch. For example:</para> - <screen>&prompt.user; svn merge -c <replaceable>r123456</replaceable> ^/stable/<replaceable>10</replaceable> releng/<replaceable>10.0</replaceable></screen> </sect4> @@ -1436,27 +1415,6 @@ U stable/9/share/man/man4/netmap.4 <screen>&prompt.user; <userinput>svn commit stable/9/share/man/man4</userinput></screen> </sect5> - - <sect5> - <title>Merging into the Kernel - (<filename>sys/</filename>)</title> - - <para>As stated above, merging into the kernel is - different from merging in the rest of the tree. In many - ways merging to the kernel is simpler because there is - always the same merge target - (<filename>sys/</filename>).</para> - - <para>Once <command>svn merge</command> has been executed, - <command>svn diff</command> has to be run on the - directory to check the changes. This may show some - unrelated property changes, but these can be ignored. - Next, build and test the kernel, and, once the tests are - complete, commit the code as normal, making sure that - the commit message starts with <quote>Merge - <replaceable>r226222</replaceable> from head</quote>, - or similar.</para> - </sect5> </sect4> <sect4> |