[GRASS-SVN] r30574 - grass-web/trunk/devel
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Mar 15 21:01:45 EDT 2008
Author: martinl
Date: 2008-03-15 21:01:44 -0400 (Sat, 15 Mar 2008)
New Revision: 30574
Modified:
grass-web/trunk/devel/grasssvncommit.php
grass-web/trunk/devel/svn.php
grass-web/trunk/devel/svntags.php
Log:
Fix includes (cvs->svn)
Modified: grass-web/trunk/devel/grasssvncommit.php
===================================================================
--- grass-web/trunk/devel/grasssvncommit.php 2008-03-15 21:21:32 UTC (rev 30573)
+++ grass-web/trunk/devel/grasssvncommit.php 2008-03-16 01:01:44 UTC (rev 30574)
@@ -69,9 +69,9 @@
</td>
<td valign="top" class="leftmenu"> <!-- MAIN PART -->
- <h3>CVS commit Mailing List</h3>
+ <h3>SVN commit Mailing List</h3>
<?php
- include("grasscvscommit.inc");
+ include("grasssvncommit.inc");
?>
<!-- END MAIN PART -->
Modified: grass-web/trunk/devel/svn.php
===================================================================
--- grass-web/trunk/devel/svn.php 2008-03-15 21:21:32 UTC (rev 30573)
+++ grass-web/trunk/devel/svn.php 2008-03-16 01:01:44 UTC (rev 30574)
@@ -69,9 +69,9 @@
</td>
<td valign="top" class="leftmenu"> <!-- MAIN PART -->
- <h3>CVS Server</h3>
+ <h3>SVN Server</h3>
<?php
- include("cvs.inc");
+ include("svn.inc");
?>
<!-- END MAIN PART -->
Modified: grass-web/trunk/devel/svntags.php
===================================================================
--- grass-web/trunk/devel/svntags.php 2008-03-15 21:21:32 UTC (rev 30573)
+++ grass-web/trunk/devel/svntags.php 2008-03-16 01:01:44 UTC (rev 30574)
@@ -71,7 +71,7 @@
<h3>SVN, tags, branches and the GRASS development cycle</h3>
<?php
- include("cvstags.inc");
+ include("svntags.inc");
?>
<!-- END MAIN PART -->
More information about the grass-commit
mailing list