[GRASSweb-list] markus: web/download software.inc,1.100,1.101
grass at intevation.de
grass at intevation.de
Sun Feb 25 05:22:16 EST 2007
Author: markus
Update of /grassrepository/web/download
In directory doto:/tmp/cvs-serv18584
Modified Files:
software.inc
Log Message:
simplified CVS connection string
Index: software.inc
===================================================================
RCS file: /grassrepository/web/download/software.inc,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- software.inc 12 Feb 2007 01:27:54 -0000 1.100
+++ software.inc 25 Feb 2007 10:22:14 -0000 1.101
@@ -120,11 +120,19 @@
<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
+
+ #Subsequent updates:
+ cvs up -dP
+</pre>
+</small>
+or, simplified:
+<small>
+<pre>
+ cvs -z3 -d:pserver:grass-guest at intevation.de:/home/grass/grassrepository co -P grass6
#Subsequent updates:
cvs up -dP
More information about the grass-web
mailing list