[GRASS-SVN] r29487 - grass-web/trunk/download

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 20 17:31:06 EST 2007


Author: neteler
Date: 2007-12-20 17:31:06 -0500 (Thu, 20 Dec 2007)
New Revision: 29487

Modified:
   grass-web/trunk/download/software.inc
Log:
new SVN download. TODO: change to http://download.osgeo.org/grass/

Modified: grass-web/trunk/download/software.inc
===================================================================
--- grass-web/trunk/download/software.inc	2007-12-20 20:10:18 UTC (rev 29486)
+++ grass-web/trunk/download/software.inc	2007-12-20 22:31:06 UTC (rev 29487)
@@ -1,7 +1,7 @@
 <!-- MN -->
 
 [ <A HREF="#software">Software</A> -
-  <A HREF="#cvs">CVS Server</A> -
+  <A HREF="#svn">SVN Server</A> -
   <A HREF="#requirements">Requirements</A> -
   <A HREF="#promo">Promotional material</A> -
   <A HREF="#citing">Citing GRASS</A>
@@ -127,51 +127,34 @@
 
 </table>
 
-<a name="cvs"></a>
-<h3>Download from CVS</h3>
+<a name="svn"></a>
+<h3>Download from GRASS SVN repository</h3>
 
-The GRASS source code is also available by anonymous CVS from the intevation.de server:
+The GRASS source code is also available from the OSGeo SVN server:
 <small>  <!-- html bug: SMALL is not allowed to contain PRE -->
 <pre>
-  export CVSROOT=:pserver:grass-guest at intevation.de:/home/grass/grassrepository
-  cvs login
-  #password: "grass" (without quotes)
-
-  cvs -z3 checkout grass6
-
+  svn checkout https://svn.osgeo.org/grass/grass/trunk grass_trunk
+  
   #Subsequent updates:
-  cvs up -dP
+  svn up
 </pre>
 </small>
-or, simplified:
-<small>
-<pre>
-  cvs -d :pserver:grass-guest at intevation.de:/home/grass/grassrepository login
-  #password: "grass" (without quotes)
 
-  cvs -z3 -d:pserver:grass-guest at intevation.de:/home/grass/grassrepository co -P grass6
+For details, see <a href="http://trac.osgeo.org/grass/wiki/DownloadSource">GRASS-trac: Downloading GRASS Source</a>.
 
-  #Subsequent updates:
-  cvs up -dP
-</pre>
-</small>
+<h3>Addons in the GRASS-AddOns SVN repository</h3>
 
-<h3>Addons in the GRASS SVN repository</h3>
-
-<ul>
-<li> <a href="https://grasssvn.itc.it/grasssvn/grassaddons/trunk/grassaddons/">GRASS Addons SVN repository</a>
-<small>
+The GRASS-AddOn source code is also available from the OSGeo SVN server:
+<small>  <!-- html bug: SMALL is not allowed to contain PRE -->
 <pre>
- Command line:<br>
- &nbsp;&nbsp; svn co https://grasssvn.itc.it/svn/grassaddons/trunk/grassaddons grassaddons<br>
-
-or specifically a module (example):<br>
- &nbsp;&nbsp; svn co https://grasssvn.itc.it/svn/grassaddons/trunk/grassaddons grassaddons/gipe
+  svn checkout https://svn.osgeo.org/grass/grass-addons grass-addons
+  
+  #Subsequent updates:
+  svn up
 </pre>
 </small>
-</li>
-</ul>
 
+
 <hr>
 <a name="requirements"></a>
 <h3>Requirements</h3>



More information about the grass-commit mailing list