[GRASS-SVN] r30069 - grass/branches/releasebranch_6_3

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 10 14:45:15 EST 2008


Author: neteler
Date: 2008-02-10 14:45:15 -0500 (Sun, 10 Feb 2008)
New Revision: 30069

Modified:
   grass/branches/releasebranch_6_3/INSTALL
   grass/branches/releasebranch_6_3/README
Log:
Install instructions updated (cvs2svn migration)

Modified: grass/branches/releasebranch_6_3/INSTALL
===================================================================
--- grass/branches/releasebranch_6_3/INSTALL	2008-02-10 19:43:17 UTC (rev 30068)
+++ grass/branches/releasebranch_6_3/INSTALL	2008-02-10 19:45:15 UTC (rev 30069)
@@ -1,5 +1,5 @@
                    INSTALL GRASS from source code
-                   $Id$
+		   ------------------------------
 
 Please read *all* text below.
 
@@ -51,13 +51,13 @@
   package) and the version is composed of 3 numbers, e.g. 6.0.0, 6.0.1
   etc.
 
-2) CVS or CVS Snapshots of source code (CVS or CVS snapshot)
+2) SVN or SVN Snapshots of source code (SVN or SVN snapshot)
 
-  This version of the source code can be acquired either from the CVS
-  repository (intevation.de:/grassrepository/grass6) or as a snapshot
-  (*.tar.gz package) of that CVS repository. The CVS snapshot name
+  This version of the source code can be acquired either from the SVN
+  repository (http://svn.osgeo.org/grass/) or as a snapshot
+  (*.tar.gz package) of that SVN repository. The SVN snapshot name
   contains the date when the snapshot was created (checked out from
-  the CVS repository), e.g. grass-6.3.cvs_src_snapshot_2006_10_28.tar.gz
+  the SVN repository), e.g. grass-6.3.svn_src_snapshot_2008_01_19.tar.gz
 
 
 (B) COMPILATION
@@ -176,18 +176,18 @@
 Enjoy.
 
 
-(G) UPDATE OF SOURCE CODE (CVS or CVS snapshot only)
+(G) UPDATE OF SOURCE CODE (SVN or SVN snapshot only)
 
 Assuming that you want to update your current installation from
-CVS, you have to perform a few steps. In general:
+SVN, you have to perform a few steps. In general:
 
-- update from CVS
+- update from SVN
 - configure, compile
 
 In detail:
 
     cd /where/your/grass6sourcecode/lives/
-    cvs update -dP
+    svn update
     ./configure ...
     make
     make install
@@ -281,23 +281,23 @@
 
 Note that this code is still actively being developed and errors inevitably
 turn up. If you find a bug, please report it to the GRASS bug tracking system
-so we can fix it. see  http://www.grass-gis.org/bugtracking/bugreport.html
+so we can fix it. See http://grass.osgeo.org/bugtracking/index.php
 
 If you are interested in helping to develop GRASS, please join the GRASS
-developers mailing list. see  http://www.grass-gis.org/devel/index.php
+developers mailing list. See http://grass.osgeo.org/devel/index.php
 
 
 (M) GRASS PROGRAMMER'S MANUAL
 
 The Programmer's manual is generated with doxygen from the source code.
 Please see the README file and the files at:
-http://www.grass-gis.org/devel/index.php#prog
+http://grass.osgeo.org/devel/index.php#prog
 
 
 (N) CONTRIBUTING CODE AND PATCHES
 
-Please see ./SUBMITTING, ./SUBMITTING_DOCS, ./SUBMITTING_TCLTK and
-./SUBMITTING_SCRIPTS in this directory.
+Please see ./SUBMITTING, ./SUBMITTING_DOCS, ./SUBMITTING_TCLTK
+./SUBMITTING_PYTHON and ./SUBMITTING_SCRIPTS in this directory.
 
 
 (O) DRAFT TUTORIAL
@@ -305,5 +305,5 @@
 http://grass.gdf-hannover.de/twiki/bin/view/GRASS/GrassSixTutorial
 
 ------------------
-GRASS Development Team
+(C) 1999-2008 by The GRASS Development Team
 $Date$

Modified: grass/branches/releasebranch_6_3/README
===================================================================
--- grass/branches/releasebranch_6_3/README	2008-02-10 19:43:17 UTC (rev 30068)
+++ grass/branches/releasebranch_6_3/README	2008-02-10 19:45:15 UTC (rev 30069)
@@ -1,9 +1,24 @@
-GRASS Development
+GRASS Development Subversion repository
 
-CVS repository kindly supported by Intevation GmbH, Osnabrück, Germany
+##########################################################
+How to get write access here?
 
-##########################################################################
-How to compile:
+Write access is only granted to developers who agree to abide by
+RFC2 - Legal aspects of code contributions
+http://download.osgeo.org/grass/grass6_progman/rfc/rfc2_psc.html
+
+This needs to be communicated to a GRASS developer. S/he is then
+possibly proposing you to the GRASS Project Steering committee
+after a period of evaluation. For details, see
+http://download.osgeo.org/grass/grass6_progman/rfc/main.html
+
+Once write access is granted, you, the new developer need to
+obtain an "osgeo_id" at http://www.osgeo.org/osgeo_userid
+If you already have an "osgeo_id" but forgot it, search for it at
+Search at http://www.osgeo.org/cgi-bin/ldap_web_search.py
+
+##########################################################
+How to compile GRASS:
    See INSTALL file.
 
 Yes, you should really read INSTALL.
@@ -28,3 +43,7 @@
 To generate the documents in PDF format, run
    make pdfdocs
 
+An online version is available at:
+http://download.osgeo.org/grass/grass6_progman/
+http://download.osgeo.org/grass/grass6_progman_pdf/
+



More information about the grass-commit mailing list