Ryan Schmidt | 18 Jun 2006 15:58
Picon

web general_development.php,1.6,1.7

Update of /cvsroot/mantisbt/web
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv9546

Modified Files:
	general_development.php 
Log Message:
Fix typo (comit => commit)

Index: general_development.php
===================================================================
RCS file: /cvsroot/mantisbt/web/general_development.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- general_development.php	19 Sep 2005 01:18:38 -0000	1.6
+++ general_development.php	18 Jun 2006 13:58:49 -0000	1.7
 <at>  <at>  -237,7 +237,7  <at>  <at> 
 <p>
 <span class="section">CVS commits</span>
 <p>
-Please keep comits short and focused. Ideally you would check in all the files affects by your change(s) at
one time.  You should try to commit after every bugfix or feature addition.  Make sure your commit note tells
enough so that another developer (familiar with the project) can make sense of what changes were made. 
Information might include files, functions and variables that were modified.
+Please keep commits short and focused. Ideally you would check in all the files affects by your change(s)
at one time.  You should try to commit after every bugfix or feature addition.  Make sure your commit note
tells enough so that another developer (familiar with the project) can make sense of what changes were
made.  Information might include files, functions and variables that were modified.
 <p>
 e.g. cvs ci -m "Modified view_all_bug page so that column alignment is better across browsers" view_all_bug_page.php
(Continue reading)

Ryan Schmidt | 18 Jun 2006 15:37
Picon

web cvs.php,1.5,1.6

Update of /cvsroot/mantisbt/web
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv32332

Modified Files:
	cvs.php 
Log Message:
Fix bug #7177: The link to the SourceForge ViewVC installation changed.

Index: cvs.php
===================================================================
RCS file: /cvsroot/mantisbt/web/cvs.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cvs.php	19 Sep 2005 01:18:38 -0000	1.5
+++ cvs.php	18 Jun 2006 13:37:55 -0000	1.6
 <at>  <at>  -7,7 +7,7  <at>  <at> 
 Follow the link and follow the commands there.  The module name you want to use is <i>mantisbt</i>.
 <p>
 <p class="center"><a class="bold" href="http://sourceforge.net/cvs/?group_id=14963">Mantis CVS</a>
-<p class="center"><a class="bold"
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mantisbt">Browse Mantis CVS</a>
+<p class="center"><a class="bold"
href="http://mantisbt.cvs.sourceforge.net/mantisbt/">Browse Mantis CVS</a>
 <p class="center"><a class="bold"
href="http://cvs.sourceforge.net/cvstarballs/mantisbt-cvsroot.tar.bz2">Download Nightly Tarball</a>

 <?php include( "adsense_vertical_inc.php" ); ?>

Gmane