You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@attic.apache.org by hb...@apache.org on 2018/07/20 07:00:28 UTC

svn commit: r1836322 - /attic/site/xdocs/process.xml

Author: hboutemy
Date: Fri Jul 20 07:00:28 2018
New Revision: 1836322

URL: http://svn.apache.org/viewvc?rev=1836322&view=rev
Log:
separate svn and git cases

Modified:
    attic/site/xdocs/process.xml

Modified: attic/site/xdocs/process.xml
URL: http://svn.apache.org/viewvc/attic/site/xdocs/process.xml?rev=1836322&r1=1836321&r2=1836322&view=diff
==============================================================================
--- attic/site/xdocs/process.xml (original)
+++ attic/site/xdocs/process.xml Fri Jul 20 07:00:28 2018
@@ -74,7 +74,7 @@
 <section id="General-pointers">
   <title>How to: General pointers</title>
 
-  <p>The following are usefull svn/https locations:
+  <p>The following are useful svn/https locations:
     <ul>
      <li>svn site <a href="http://svn.apache.org/viewvc/attic">http://svn.apache.org/repos/asf/attic</a>: sources in <code>xdocs</code>, generated html in <code>docs</code></li>
      <li>site <a href="http://attic.apache.org">http://attic.apache.org</a></li>
@@ -176,15 +176,18 @@ ${Name} on behalf of ${project} + the At
     <title>How to: 6. Obtain source control karma and point source control mails to general at attic</title>
 
     <p>follow the workflow <a href="https://cwiki.apache.org/confluence/display/INFRA/Git+workflow+for+infrastructure-puppet+repo">https://cwiki.apache.org/confluence/display/INFRA/Git+workflow+for+infrastructure-puppet+repo</a>,<br />
-sometimes it helps chatting with infra <a href="https://www.hipchat.com/gIjVtYcNy">https://www.hipchat.com/gIjVtYcNy</a>,<br />
-all work is done in
+sometimes it helps chatting with infra <a href="https://www.hipchat.com/gIjVtYcNy">https://www.hipchat.com/gIjVtYcNy</a>,</p>
+<ul>
+<li>Subversion: all work for svn is done in
 <a href="https://github.com/apache/infrastructure-puppet/tree/deployment/modules/subversion_server/files/authorization">
 {infra-repo}/modules/subversion_server/files/authorization/</a>
-</p>
     <ul>
         <li>Change "asf-authorization-template" so that the attic-pmc has karma instead of the defunct project. </li>
         <li>Change "asf-mailer.conf" so that the attic-pmc has karma instead of the defunct project. Add project to attic regex, and if there are a project entry remove it</li>
     </ul>
+</li>
+<li>Git: check also if there are any Git repositories to update (TODO: define what to do with Git repositories)</li>
+</ul>
 </section>
 
 <section id="doap">