[GRASS-SVN] r30573 - grass-web/trunk/devel

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 15 17:21:32 EDT 2008


Author: martinl
Date: 2008-03-15 17:21:32 -0400 (Sat, 15 Mar 2008)
New Revision: 30573

Added:
   grass-web/trunk/devel/grasssvncommit.inc
   grass-web/trunk/devel/grasssvncommit.php
   grass-web/trunk/devel/svn.inc
   grass-web/trunk/devel/svn.php
   grass-web/trunk/devel/svntags.inc
   grass-web/trunk/devel/svntags.php
Modified:
   grass-web/trunk/devel/menu_side.inc
Log:
Rough fixes in devel section (cvs to svn)

Copied: grass-web/trunk/devel/grasssvncommit.inc (from rev 30572, grass-web/trunk/devel/grasscvscommit.inc)
===================================================================
--- grass-web/trunk/devel/grasssvncommit.inc	                        (rev 0)
+++ grass-web/trunk/devel/grasssvncommit.inc	2008-03-15 21:21:32 UTC (rev 30573)
@@ -0,0 +1,39 @@
+<!-- MN -->
+
+
+The GRASS SVN commit mailing list distributes commit mails which are
+automatically generated. They include the diff of the change and the
+related comment. You will get informed about SVN changes immediately. 
+<p>
+This announce list is not limited to developers. Everybody who wants to
+follow ongoing GRASS development in detail, may subscribe.
+<p>
+<b>DO NOT POST TO THIS LIST!</b> To contact the GRASS developers, please go <a
+href="index.php">here</a>.
+
+<P>
+<b>How do I (un)subscribe to "grass-commit"?</b>
+<p>
+Go here: <a href="http://lists.osgeo.org/mailman/listinfo/grass-commit/">"grass-commit" un/subscribe page</a>
+
+
+<!-- hidden links to make htdig and Google search the list archives (new and old): -->
+<a href="http://lists.osgeo.org/pipermail/grass-commit/"><font color=white>x</font></a>
+
+<ul>
+<li><a href="http://lists.osgeo.org/pipermail/grass-commit/">Archive</a>
+<li><a href="../searchgrass.php">Search</a> Mailing List
+</ul>
+</ul>
+
+<p>
+<h3> GRASS SVN repository</h3>
+<ul>
+<li> <a href="svn.php">GRASS SVN repository</a>
+</ul>
+
+<div align="right">
+<i>Last change: $Date$ </i><br>
+<i>$Author$</i>
+</div>
+

Copied: grass-web/trunk/devel/grasssvncommit.php (from rev 30572, grass-web/trunk/devel/grasscvscommit.php)
===================================================================
--- grass-web/trunk/devel/grasssvncommit.php	                        (rev 0)
+++ grass-web/trunk/devel/grasssvncommit.php	2008-03-15 21:21:32 UTC (rev 30573)
@@ -0,0 +1,90 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+  <title>GRASS GIS: SVN commit Mailing List</title>
+  <meta name="robots" content="index,follow">
+  <meta name="description"
+        content="GRASS GIS (Geographic Resources
+         Analysis Support System) is an open source, free software
+         Geographical Information System (GIS) with raster, topological
+         vector, image processing, and visualization functionality">
+  <meta name="keywords"
+        content="gis, GIS, GRASS, open source, 
+	 free software, Geographical Information System, raster, topology,
+         vector, image processing, visualization">
+  <meta name="Author" content="MN/GRASS Development Team">
+  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+  <link rel="stylesheet" href="../sitestyle.css" type="text/css">
+</head>
+<body>
+   <!-- TOP LOGO LINE -->  
+<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="650">
+ <tbody>
+ <tr><td>            
+   <table cellspacing="1" cellpadding="0" border="0" width="100%" >
+   <tbody>
+      <tr bgcolor="#ffffff">
+       <td nowrap="nowrap"> <img src="../images/grasslogo_vector_small.png" alt="GRASS GIS (Geographic Resources Analysis Support System)" hspace="22">
+       </td>
+       <td nowrap="nowrap">
+          <table cellspacing="0" cellpadding="1" border="0" width="50%">
+          <tbody>
+            <tr bgcolor="#ffffff">
+              <td nowrap="nowrap">
+               <?php
+                  include("title.inc");
+               ?> 
+              </td>
+            </tr>
+          </tbody>
+          </table>
+       </td>
+      </tr>
+    </tbody>
+    </table>
+   </td>
+  </tr>
+ </tbody> 
+</table>
+
+<table cellspacing="0" cellpadding="1" border="0" width="100%">
+<tbody>
+ <tr>
+    <td valign="top">
+    <?php
+        include("../menu_search.inc");
+     ?> 
+   </td>
+   <td valign="top">
+     <?php
+       include("../menu_top.inc");
+     ?>
+   </td>
+ </tr>
+ <tr>
+  <td valign="top">
+     <?php
+       include("menu_side.inc");
+     ?>
+   </td>
+  <td valign="top" class="leftmenu"> <!-- MAIN PART -->
+       
+    <h3>CVS commit Mailing List</h3>
+    <?php
+      include("grasscvscommit.inc");
+    ?>			     
+    <!-- END MAIN PART -->
+ 
+  </td>
+ </tr>  
+ </tbody> 
+</table>
+
+<hr>
+   <div align="right">&copy; 2000-2004 GRASS Development Team<br>
+   <a href="../impressum.html">Imprint</a> |
+   <a href="../contact.php">Comments</a> about this page<br>
+   </div>
+		    
+</body>
+</html>

Modified: grass-web/trunk/devel/menu_side.inc
===================================================================
--- grass-web/trunk/devel/menu_side.inc	2008-03-15 20:30:47 UTC (rev 30572)
+++ grass-web/trunk/devel/menu_side.inc	2008-03-15 21:21:32 UTC (rev 30573)
@@ -20,11 +20,11 @@
           <a href="../community/support.php">Mailing lists</a> |
           <a href="../community/support.php#irc">IRC</a>
           <P>
-	  <a href="cvs.php">CVS Server</a>
+	  <a href="svn.php">SVN Server</a>
 	  <p>
-	  <a href="cvstags.php">CVS tags</a>
+	  <a href="svntags.php">SVN tags</a>
 	  <p>
-          <a href="grasscvscommit.php">CVS commit ML</a>
+          <a href="grasssvncommit.php">SVN commit ML</a>
 	  <p>
 	  <a href="../platforms/index.php">Platform notes</a>
           <p>

Copied: grass-web/trunk/devel/svn.inc (from rev 30572, grass-web/trunk/devel/cvs.inc)
===================================================================
--- grass-web/trunk/devel/svn.inc	                        (rev 0)
+++ grass-web/trunk/devel/svn.inc	2008-03-15 21:21:32 UTC (rev 30573)
@@ -0,0 +1,168 @@
+<!-- MN -->
+
+<a href="#what">What is SVN</a> - <a href="#intro">SVN and GRASS development</a> <br>
+- GRASS SVN Access: 
+ [ <B><a href="http://trac.osgeo.org/grass/browser">Live Online Interface</a></B>
+- <a href="#access">Software</a>
+- <a href="#web">Website</a>
+<!-- merged into source code - <a href="#progman">ProgMan</a> --> ] <br>
+- <a href="#branches">SVN tags/branches</a>
+- <a href="#snapshots">SVN snapshots</a>
+- <a href="#commitML">SVN commit ML</a>
+- <a href="#further">Further reading</a>
+
+<p>
+<a NAME="what"></a><h2>What is SVN?</h2>
+
+The Subversion (SVN) provides network-transparent source
+control for groups of developers. They can work independently and "feed the
+system" (the source code repository) remotely through internet - day and
+night from all over the world. Note, that the SVN write access is
+restricted.
+
+<p>Even if you do not contribute to the code development, the SVN allows to
+follow development progress easily through read-only access. After
+downloading the full GRASS SVN source code tree, just the future <b>changes</b> will be
+downloaded by using the SVN software. This method reduces further downloads
+for updating your local GRASS sources extremely.
+
+<p>Further features of SVN:
+
+<ul>
+<li>
+maintains a history of all
+changes and keeps copies of all changes (a sort of "change recorder")</li>
+
+<li>
+provides tools to support process
+control and change control</li>
+
+<li>
+provides reliable access to
+its directory trees from remote hosts using Internet protocols</li>
+
+<li>
+supports parallel development
+allowing more than one developer to work on the same sources at the same
+time</li>
+</ul>
+
+<a NAME="intro"></a><h2>SVN and GRASS development</h2>
+
+The SVN prevents us and you from further GRASS version confusion. As every
+change is under control of the SVN system the current state as well as old
+versions can be accessed. This is very important for bug-tracking (finding
+bugs introduced by changes).
+<!--
+<p>
+<a href="http://web.soccerlab.polymtl.ca/grass-evolution/cvs-stat/overall/index.html">CVS statistics for GRASS 6</a>
+-->
+
+<p>If you download the GRASS sources from the SVN system, you will get the
+latest version existing! Of course, you can also download a previous
+version, if you prefer. Once downloaded the entire GRASS SVN source code tree including
+the SVN-internal subdirectories you can follow the ongoing development
+easily. The "svn update" function downloads only the changes not yet arrived
+on your local copy. The SVN software compares the GRASS source code
+version in the SVN-server with your local version.
+
+<p>As GRASS is a rather big package this might be one reason for you to use
+SVN. However, we recommend this only to experienced users who know how to
+compile software. The SVN software is freely distributed <a
+href="http://subversion.tigris.org">here</a> and usually shipped within several
+GNU/Linux distributions. It is available for rather every operating system.
+
+<p>The GRASS SVN service is hosted at <a
+href="http://www.osgeo.org">OSGeo Foundation</a>. There is
+additionally a web interface which allows to browse the source code.
+The status of each file (its change history) is written there, you can also
+download individual files. Jump in and see how it is working!
+
+<p>The GRASS SVN version will be published from time to time as an official release.
+
+<p>
+<center><table BORDER NOSAVE >
+<tr BGCOLOR="#FFFFCC" NOSAVE>
+<td NOSAVE><a NAME="access"></a>
+<b>GRASS SVN repository access </b>(public read access)
+
+<ul>
+<li>To checkout the source code tree (trunk) using the command <br>
+   <tt>svn checkout https://svn.osgeo.org/grass/grass/trunk grass_trunk</tt>
+<P>
+See more detailed <a href="http://trac.osgeo.org/grass/wiki/DownloadSource">GRASS SVN read-only/write
+    access instructions</a>.
+<li><a href="http://trac.osgeo.org/grass/browser">SVN web interface</a>
+   (browse the repository)
+</ul>
+
+<a NAME="branches"></a>
+<b>GRASS SVN tags and branches:</b>
+<ul>
+<li><a href="svntags.php">List of GRASS SVN tags and branches</a>
+</ul>
+
+<a NAME="snapshots"></a><b>GRASS SVN snapshots:</b>
+
+If you are not familiar with SVN software, but want to get rather the latest
+GRASS source code from SVN, we provide SVN snapshots. A SVN snapshot is the latest
+GRASS source code which is extracted from SVN on a weekly basis: Get the <a
+href="http://grass.osgeo.org/grass63/source/snapshot/">weekly SVN-snapshot</a> in a .tar.gz package.
+<P>
+
+<a NAME="commitML"></a><b>SVN commits mailing list:</b>
+We have established a <a href="grasssvncommit.php">GRASS SVN commit
+mailing list</a>. This mailing list distributes "commit messages" from the
+SVN system. After subscription you will receive a message about every
+change in GRASS SVN repository along with the related comment.
+</td>
+</tr>
+
+<tr BGCOLOR="#CCFFFF" NOSAVE>
+<td NOSAVE><a NAME="web"></a>
+<b>Web site SVN management</b> (developers only)
+<br>Developers have access
+to maintain the GRASS web pages:
+<dl>
+<dd>
+svn checkout https://svn.osgeo.org/grass/grass-web/trunk grass-web
+</dd>
+
+<dd>
+</dd>
+
+<br>See more detailed <a href="http://trac.osgeo.org/grass/wiki/WebPagesManagement">
+Web Pages Management instructions</a>. The web site is updated
+by a cronjob four times a day. <br>
+Web pages management 
+<a href="http://lists.osgeo.org/mailman/listinfo/grass-web">mailing list</a>
+</dl>
+</td>
+</tr>
+
+<tr BGCOLOR="#CCFFFF">
+<td><a NAME="progman"></a>
+<b>Programmer's manual SVN managment</b> (developers only)
+<br>2004: The document was merged in doxygen style into the source code.
+</td>
+</tr>
+</table></center>
+
+<p>
+<a NAME="further"></a>Further
+introductional texts to SVN:
+
+<ul>
+
+<li><a href="http://subversion.tigris.org">Subversion official site</a></li>
+
+<li>
+<a href="http://svnbook.red-bean.com">Subversion book</li>
+
+</ul>
+
+<div align="right">
+<i>Last change: $Date$ </i><br>
+<i>$Author$</i>
+</div>
+

Copied: grass-web/trunk/devel/svn.php (from rev 30572, grass-web/trunk/devel/cvs.php)
===================================================================
--- grass-web/trunk/devel/svn.php	                        (rev 0)
+++ grass-web/trunk/devel/svn.php	2008-03-15 21:21:32 UTC (rev 30573)
@@ -0,0 +1,90 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+  <title>GRASS GIS: SVN Server</title>
+  <meta name="robots" content="index,follow">
+  <meta name="description"
+        content="GRASS GIS (Geographic Resources
+         Analysis Support System) is an open source, free software
+         Geographical Information System (GIS) with raster, topological
+         vector, image processing, and visualization functionality">
+  <meta name="keywords"
+        content="gis, GIS, GRASS, open source, 
+	 free software, Geographical Information System, raster, topology,
+         vector, image processing, visualization">
+  <meta name="Author" content="MN/GRASS Development Team">
+  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+  <link rel="stylesheet" href="../sitestyle.css" type="text/css">
+</head>
+<body>
+   <!-- TOP LOGO LINE -->  
+<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="650">
+ <tbody>
+ <tr><td>            
+   <table cellspacing="1" cellpadding="0" border="0" width="100%" >
+   <tbody>
+      <tr bgcolor="#ffffff">
+       <td nowrap="nowrap"> <img src="../images/grasslogo_vector_small.png" alt="GRASS GIS (Geographic Resources Analysis Support System)" hspace="22">
+       </td>
+       <td nowrap="nowrap">
+          <table cellspacing="0" cellpadding="1" border="0" width="50%">
+          <tbody>
+            <tr bgcolor="#ffffff">
+              <td nowrap="nowrap">
+               <?php
+                  include("title.inc");
+               ?> 
+              </td>
+            </tr>
+          </tbody>
+          </table>
+       </td>
+      </tr>
+    </tbody>
+    </table>
+   </td>
+  </tr>
+ </tbody> 
+</table>
+
+<table cellspacing="0" cellpadding="1" border="0" width="100%">
+<tbody>
+ <tr>
+    <td valign="top">
+    <?php
+        include("../menu_search.inc");
+     ?> 
+   </td>
+   <td valign="top">
+     <?php
+       include("../menu_top.inc");
+     ?>
+   </td>
+ </tr>
+ <tr>
+  <td valign="top">
+     <?php
+       include("menu_side.inc");
+     ?>
+   </td>
+  <td valign="top" class="leftmenu"> <!-- MAIN PART -->
+       
+    <h3>CVS Server</h3>
+    <?php
+      include("cvs.inc");
+    ?>			     
+    <!-- END MAIN PART -->
+ 
+  </td>
+ </tr>  
+ </tbody> 
+</table>
+
+<hr>
+   <div align="right">&copy; 2000-2004 GRASS Development Team<br>
+   <a href="../impressum.html">Imprint</a> |
+   <a href="../contact.php">Comments</a> about this page<br>
+   </div>
+		    
+</body>
+</html>

Copied: grass-web/trunk/devel/svntags.inc (from rev 30572, grass-web/trunk/devel/cvstags.inc)
===================================================================
--- grass-web/trunk/devel/svntags.inc	                        (rev 0)
+++ grass-web/trunk/devel/svntags.inc	2008-03-15 21:21:32 UTC (rev 30573)
@@ -0,0 +1,47 @@
+<!-- MN -->
+
+Download of source code: see <a href="http://trac.osgeo.org/grass/wiki/DownloadSource">GRASS-trac</a>.
+<p>
+
+<p>Tags in SVN indicate a development state, a moment in time. Here you find a list of
+GRASS releases tagged in SVN. If you want to download GRASS with defined status, you may
+use the "tags" denoted here: </p>
+
+<h3>GRASS 6.3.x unstable release tags</h3>
+
+Release branch: "releasebranch_6_3"
+
+<ul>
+   <li>GRASS 6.3.0RC5: has been tagged as "release_20080219_grass_6_3_0RC5" (19 Feb 2008)</li>
+   <li>GRASS 6.3.0RC4: has been tagged as "release_20080109_grass_6_3_0RC4" (9 Jan 2008)</li>
+   <li>GRASS 6.3.0RC3: has been tagged as "release_20071130_grass_6_3_0RC3" (30 Nov 2007)</li>
+   <li>GRASS 6.3.0RC2: has been tagged as "release_20071120_grass_6_3_0RC2" (20 Nov 2007)</li>
+   <li>GRASS 6.3.0RC1: has been tagged as "release_20071024_grass_6_3_0RC1" (24 Oct 2007)</li>
+</ul>
+
+<h3>GRASS 6.2.x stable release tags</h3>
+
+Release branch: "releasebranch_6_2"
+
+<ul>
+   <li>GRASS 6.2.3: has been tagged as "release_20071127_grass_6_2_3" (27 Nov 2007)</li>
+   <li>GRASS 6.2.3RC1: has been tagged as "release_20071021_grass_6_2_3" (21 Oct 2007)</li>
+   <li>GRASS 6.2.2: has been tagged as "release_20070716_grass_6_2_2" (16 June 2007)</li>
+   <li>For older tags, see <a href="http://trac.osgeo.org/grass/browser/grass/tags">SVN-tags</a>
+</ul>
+
+<hr>
+<h3>GRASS 5.4.x stable branch</h3>
+
+<h4>5.4.x Release Tags</h4>    
+ <ul>
+   <li>GRASS 5.4.1: has been tagged as "release_20070726_grass_5_4_1"</li>
+   <li>GRASS 5.4.0: has been tagged as "release_20041105_grass_5_4_0"</li>
+   <li>For older tags, see <a href="http://trac.osgeo.org/grass/browser/grass/tags">SVN-tags</a>
+ </ul>
+
+<div align="right">
+<i>Last change: $Date$ </i><br>
+<i>$Author$</i>
+</div>
+

Copied: grass-web/trunk/devel/svntags.php (from rev 30572, grass-web/trunk/devel/cvstags.php)
===================================================================
--- grass-web/trunk/devel/svntags.php	                        (rev 0)
+++ grass-web/trunk/devel/svntags.php	2008-03-15 21:21:32 UTC (rev 30573)
@@ -0,0 +1,90 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+  <title>GRASS GIS: SVN, tags, branches and the GRASS development cycle</title>
+  <meta name="robots" content="index,follow">
+  <meta name="description"
+        content="GRASS GIS (Geographic Resources
+         Analysis Support System) is an open source, free software
+         Geographical Information System (GIS) with raster, topological
+         vector, image processing, and visualization functionality">
+  <meta name="keywords"
+        content="gis, GIS, GRASS, open source, 
+	 free software, Geographical Information System, raster, topology,
+         vector, image processing, visualization">
+  <meta name="Author" content="MN/GRASS Development Team">
+  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+  <link rel="stylesheet" href="../sitestyle.css" type="text/css">
+</head>
+<body>
+   <!-- TOP LOGO LINE -->  
+<table bgcolor="#ffffff" cellspacing="0" cellpadding="0" border="0" width="650">
+ <tbody>
+ <tr><td>            
+   <table cellspacing="1" cellpadding="0" border="0" width="100%" >
+   <tbody>
+      <tr bgcolor="#ffffff">
+       <td nowrap="nowrap"> <img src="../images/grasslogo_vector_small.png" alt="GRASS GIS (Geographic Resources Analysis Support System)" hspace="22">
+       </td>
+       <td nowrap="nowrap">
+          <table cellspacing="0" cellpadding="1" border="0" width="50%">
+          <tbody>
+            <tr bgcolor="#ffffff">
+              <td nowrap="nowrap">
+               <?php
+                  include("title.inc");
+               ?> 
+              </td>
+            </tr>
+          </tbody>
+          </table>
+       </td>
+      </tr>
+    </tbody>
+    </table>
+   </td>
+  </tr>
+ </tbody> 
+</table>
+
+<table cellspacing="0" cellpadding="1" border="0" width="100%">
+<tbody>
+ <tr>
+    <td valign="top">
+    <?php
+        include("../menu_search.inc");
+     ?> 
+   </td>
+   <td valign="top">
+     <?php
+       include("../menu_top.inc");
+     ?>
+   </td>
+ </tr>
+ <tr>
+  <td valign="top">
+     <?php
+       include("menu_side.inc");
+     ?>
+   </td>
+  <td valign="top" class="leftmenu"> <!-- MAIN PART -->
+       
+    <h3>SVN, tags, branches and the GRASS development cycle</h3>
+    <?php
+      include("cvstags.inc");
+    ?>			     
+    <!-- END MAIN PART -->
+ 
+  </td>
+ </tr>  
+ </tbody> 
+</table>
+
+<hr>
+   <div align="right">&copy; 2001-2004 GRASS Development Team<br>
+   <a href="../impressum.html">Imprint</a> |
+   <a href="../contact.php">Comments</a> about this page<br>
+   </div>
+		    
+</body>
+</html>



More information about the grass-commit mailing list