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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 4 16:53:30 EDT 2008


Author: neteler
Date: 2008-05-04 16:53:30 -0400 (Sun, 04 May 2008)
New Revision: 31245

Removed:
   grass-web/trunk/devel/cvs.inc
   grass-web/trunk/devel/cvs.php
   grass-web/trunk/devel/cvstags.inc
   grass-web/trunk/devel/cvstags.php
   grass-web/trunk/devel/grasscvscommit.inc
   grass-web/trunk/devel/grasscvscommit.php
Log:
removed superfluous files (now it's all SVN)

Deleted: grass-web/trunk/devel/cvs.inc
===================================================================
--- grass-web/trunk/devel/cvs.inc	2008-05-04 20:44:20 UTC (rev 31244)
+++ grass-web/trunk/devel/cvs.inc	2008-05-04 20:53:30 UTC (rev 31245)
@@ -1,226 +0,0 @@
-<!-- MN -->
-
-<a href="#what">What is CVS</a> - <a href="#intro">CVS and GRASS development</a> <br>
-- GRASS CVS Access: 
- [ <B><a href="http://freegis.org/cgi-bin/viewcvs.cgi/grass6/">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">CVS tags/branches</a>
-- <a href="#snapshots">CVS snapshots</a>
-- <a href="#commitML">CVS commit ML</a>
-- <a href="#further">Further reading</a>
-
-<p>
-<a NAME="what"></a><h2>What is CVS?</h2>
-
-The Concurrent Versions System (CVS) 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 CVS write access is
-restricted.
-
-<p>Even if you do not contribute to the code development, the CVS allows to
-follow development progress easily through "anonymous-CVS". After
-downloading the full GRASS CVS tree, just the future <b>changes</b> will be
-downloaded by using the CVS software. This method reduces further downloads
-for updating your local GRASS sources extremely.
-
-<p>Further features of CVS:
-
-<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>CVS and GRASS development</h2>
-
-The CVS prevents us and you from further GRASS version confusion. As every
-change is under control of the CVS 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 CVS 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 CVS tree including
-the CVS-internal subdirectories you can follow the ongoing development
-easily. The "cvs update" function downloads only the changes not yet arrived
-on your local system. The CVS software compares the GRASS source code
-version in the CVS-server with your local version.
-
-<p>As GRASS is a rather big package this might be one reason for you to use
-CVS. However, we recommend this only to experienced users who know how to
-compile software. The CVS software is freely distributed <a
-href="https://www.cvshome.org/">here</a> and usually shipped within several
-Linux distributions. It is available for rather every operating system.
-
-<p>The GRASS-CVS service is hosted at <a
-href="http://intevation.net">Intevation GmbH</a>, Germany. There is
-additionally a "web-cvs" 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 CVS 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 CVS repository access </b>(public read access)
-
-<ul>
-<li>
-  <tt>export CVSROOT=:pserver:grass-guest at intevation.de:/home/grass/grassrepository</tt>
-  <p>
-   Then do a "cvs login" and type "grass" when your are asked for password.<br>
-   Now you can checkout the tree using the command <br>
-   <tt>cvs -z3 co grass6</tt>
-<P>
-See more detailed <a href="http://freegis.org/grass/">GRASS-CVS access instructions</a> to
-access the anomymous CVS. Even more detailed instructions: <a
-href="../faq/cvs_howto.html">GRASS CVS access: step by step</a>
-<li><a href="http://freegis.org/cgi-bin/viewcvs.cgi/">CVS HTML web interface</a>
-   (browse the repository)
-<li><a href="http://freegis.org/grass/howto_grass-sshcvs.en.html">CVS write access
-for developers</a>
-</ul>
-
-<a NAME="branches"></a>
-<b>GRASS CVS tags and branches:</b>
-<ul>
-<li><a href="cvstags.php">List of GRASS CVS tags and branches</a>
-</ul>
-
-<a NAME="snapshots"></a><b>GRASS CVS snapshots:</b>
-
-If you are not familiar with CVS software, but want to get rather the latest
-GRASS code from CVS, we provide CVS snapshots. A CVS snapshot is the latest
-GRASS source code which is extracted from CVS on a weekly basis: Get the <a
-href="../grass60/source/snapshot/">weekly CVS-snapshot</a> in a .tar.gz package.
-<P>
-
-<a NAME="commitML"></a><b>CVS commits mailing list:</b>
-We have established a <a href="grasscvscommit.php">GRASS CVS commit
-mailing list</a>. This mailing list distributes "commit messages" from the
-CVS system. After subscription you will receive a message about every
-change in GRASS CVS repository along with the related comment.
-</td>
-</tr>
-
-<tr BGCOLOR="#CCFFFF" NOSAVE>
-<td NOSAVE><a NAME="web"></a>
-<b>Web site CVS management</b> (developers only)
-<br>Developers have access
-to maintain the GRASS web pages:
-<dl>
-<dd>
-Set the CVSROOT variable (with
-your CVS ID)&nbsp;</dd>
-
-<dd>
-cvs -z3 co web&nbsp;</dd>
-
-<dd>
-</dd>
-
-<br>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 CVS 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 CVS:
-
-<ul>
-
-<li>What is a branch: <a href="http://www.loria.fr/~molli/cvs/doc/cvs_5.html">General
-  information about branches in CVS</a>
-
-<li>
-<a href="http://www.tldp.org/HOWTO/Software-Release-Practice-HOWTO/patching.html">Good
-patching practice</a> (part of <a href="http://www.tldp.org/HOWTO/Software-Release-Practice-HOWTO/index.html">Software Release Practice HOWTO</a>)
-
-<li>
-<a href="http://cvsbook.red-bean.com/">The
-CVS Book</a> with online chapters by Karl Fogel</li>
-
-<li>
-<a href="http://dev.zope.org/CVS/ZopeCVSFAQ">ZopeCVSFAQ</a>
- - recommended reading for CVS and branches</li>
-
-<li>
-<a href="http://durak.org/cvswebsites/doc/">CVS--Concurrent
-Versions System</a> by Sean Dreilinger</li>
-
-<li>
-<a href="http://ximbiot.com/cvs/cvshome/cyclic/cvs/doc-blandy.html">CVS
-training material</a> by Jim Blandy</li>
-
-<li>
-<a href="http://www.devguy.com/fp/cfgmgmt/cvs/">CVS Help and Information</a>
-by DevGuy</li>
-</ul>
-
-
-Download the binary CVS client program:
-
-<ul>
-<li>
-<a href="https://www.cvshome.org">CVS
-software</a>, here is the <a href="https://www.cvshome.org/downloads.html">Download
-site</a></li>
-
-<li>
-Linux CVS client binaries:
-please check your Linux distro...</li>
-
-<li>
-CVS on <a href="https://www.cvshome.org/dev/codes.html">other
-clients: Windows, Mac, BeOS, ...</a></li>
-
-<li>
-JAVA based client: <a href="http://www.jcvs.org">jCVS</a></li>
-
-<li>
-Tcl/TK based client: <a href="http://www.twobarleycorns.net/tkcvs.html">TkCVS</a></li>
-
-<li>
-Windows users: Do not use winCVS
-as the file transfers won't be done correctly. Please use <a href="https://www.cvshome.org/dev/codewindow.html">cygwin
-cvs</a> or other software.</li>
-</ul>
-
-<div align="right">
-<i>Last change: $Date$ </i><br>
-<i>$Author$</i>
-</div>
-

Deleted: grass-web/trunk/devel/cvs.php
===================================================================
--- grass-web/trunk/devel/cvs.php	2008-05-04 20:44:20 UTC (rev 31244)
+++ grass-web/trunk/devel/cvs.php	2008-05-04 20:53:30 UTC (rev 31245)
@@ -1,90 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-  <title>GRASS GIS: CVS 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>

Deleted: grass-web/trunk/devel/cvstags.inc
===================================================================
--- grass-web/trunk/devel/cvstags.inc	2008-05-04 20:44:20 UTC (rev 31244)
+++ grass-web/trunk/devel/cvstags.inc	2008-05-04 20:53:30 UTC (rev 31245)
@@ -1,50 +0,0 @@
-<!-- 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.0: has been tagged as "release_20080423_grass_6_3_0_1" (23 Apr 2008)</li>
-   <li>GRASS 6.3.0: the first attempt was removed due to quality problems</li>
-   <li>GRASS 6.3.0RC6: has been tagged as "release_20080321_grass_6_3_0RC6" (21 Mar 2008)</li>
-   <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>
-

Deleted: grass-web/trunk/devel/cvstags.php
===================================================================
--- grass-web/trunk/devel/cvstags.php	2008-05-04 20:44:20 UTC (rev 31244)
+++ grass-web/trunk/devel/cvstags.php	2008-05-04 20:53:30 UTC (rev 31245)
@@ -1,90 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-  <title>GRASS GIS: CVS, 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>

Deleted: grass-web/trunk/devel/grasscvscommit.inc
===================================================================
--- grass-web/trunk/devel/grasscvscommit.inc	2008-05-04 20:44:20 UTC (rev 31244)
+++ grass-web/trunk/devel/grasscvscommit.inc	2008-05-04 20:53:30 UTC (rev 31245)
@@ -1,39 +0,0 @@
-<!-- MN -->
-
-
-The GRASS CVS 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 CVS 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 CVS repository</h3>
-<ul>
-<li> <a href="cvs.php">GRASS CVS repository</a>
-</ul>
-
-<div align="right">
-<i>Last change: $Date$ </i><br>
-<i>$Author$</i>
-</div>
-

Deleted: grass-web/trunk/devel/grasscvscommit.php
===================================================================
--- grass-web/trunk/devel/grasscvscommit.php	2008-05-04 20:44:20 UTC (rev 31244)
+++ grass-web/trunk/devel/grasscvscommit.php	2008-05-04 20:53:30 UTC (rev 31245)
@@ -1,90 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-  <title>GRASS GIS: CVS 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>



More information about the grass-commit mailing list