You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by br...@apache.org on 2004/03/23 05:36:55 UTC

svn commit: rev 9714 - in xml/forrest/trunk: . src/documentation/content/xdocs

Author: brondsem
Date: Mon Mar 22 20:36:55 2004
New Revision: 9714

Modified:
   xml/forrest/trunk/   (props changed)
   xml/forrest/trunk/src/documentation/content/xdocs/contrib.xml
Log:
http to https switch for new committers

Modified: xml/forrest/trunk/src/documentation/content/xdocs/contrib.xml
==============================================================================
--- xml/forrest/trunk/src/documentation/content/xdocs/contrib.xml	(original)
+++ xml/forrest/trunk/src/documentation/content/xdocs/contrib.xml	Mon Mar 22 20:36:55 2004
@@ -92,6 +92,9 @@
         grant this developer commit access to the Subversion repository. </p>
       <p>You will need secure access to the repository to be able to commit
         patches. The <link href="site:build">building page</link> should have all the instructions you need to get your machine configured to use the repository. </p>
+      <p>Commits to the SVN repository must go through https:  If you have the codebase
+        checked out via http:, the following will convert it.</p>
+      <source>svn sw --migrate http://svn.apache.org/repos/asf/xml/forrest/trunk https://svn.apache.org/repos/asf/xml/forrest/trunk</source>
     </section> <anchor id="procedure"/>
     <section>
     <title>Procedure for Raising Development Issues</title>