Author: vsiveton
Date: Thu Mar 26 10:45:47 2009
New Revision: 758590

URL: http://svn.apache.org/viewvc?rev=758590&view=rev
Log:
o fixed typo

Modified:
    maven/site/trunk/src/site/xdoc/source-repository.xml

Modified: maven/site/trunk/src/site/xdoc/source-repository.xml
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/src/site/xdoc/source-repository.xml?rev=758590&r1=758589&r2=758590&view=diff
==============================================================================
--- maven/site/trunk/src/site/xdoc/source-repository.xml (original)
+++ maven/site/trunk/src/site/xdoc/source-repository.xml Thu Mar 26 10:45:47 
2009
@@ -61,9 +61,9 @@
           repository via HTTPS to gain write access:
         </p>
         <source>
-$ svn checkout 
http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x 
maven-2.0.x
-$ svn checkout 
http://svn.apache.org/repos/asf/maven/components/branches/maven-2.1.x 
maven-2.1.x
-$ svn checkout http://svn.apache.org/repos/asf/maven/components/trunk 
maven-3.0.x</source>
+$ svn checkout 
https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x 
maven-2.0.x
+$ svn checkout 
https://svn.apache.org/repos/asf/maven/components/branches/maven-2.1.x 
maven-2.1.x
+$ svn checkout https://svn.apache.org/repos/asf/maven/components/trunk 
maven-3.0.x</source>
         <p>
           To commit changes to the repository, execute the following command 
to commit your changes (<code>svn</code> will
           prompt you for your password):
@@ -77,9 +77,9 @@
           repository, you can try to access it via the developer connection:
         </p>
         <source>
-$ svn checkout 
http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x 
maven-2.0.x
-$ svn checkout 
http://svn.apache.org/repos/asf/maven/components/branches/maven-2.1.x 
maven-2.1.x
-$ svn checkout http://svn.apache.org/repos/asf/maven/components/trunk 
maven-3.0.x</source>
+$ svn checkout 
https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x 
maven-2.0.x
+$ svn checkout 
https://svn.apache.org/repos/asf/maven/components/branches/maven-2.1.x 
maven-2.1.x
+$ svn checkout https://svn.apache.org/repos/asf/maven/components/trunk 
maven-3.0.x</source>
       </subsection>
       <subsection name="Access through a Proxy">
         <p>


Reply via email to