INN commit: trunk (6 files)

INN Commit Russ_Allbery at isc.org
Tue Jan 15 12:48:47 UTC 2008


    Date: Tuesday, January 15, 2008 @ 04:48:46
  Author: iulius
Revision: 7706

Subversion is currently used for INN development.
Remove references to CVS.

Modified:
  trunk/MANIFEST
  trunk/Makefile
  trunk/doc/pod/hacking.pod
  trunk/doc/pod/install.pod
  trunk/doc/pod/readme.pod
  trunk/support/mksnapshot

---------------------+
 MANIFEST            |    2 +-
 Makefile            |    4 ++--
 doc/pod/hacking.pod |    6 +++---
 doc/pod/install.pod |    2 +-
 doc/pod/readme.pod  |    2 +-
 support/mksnapshot  |    2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

Modified: MANIFEST
===================================================================
--- MANIFEST	2008-01-14 16:24:16 UTC (rev 7705)
+++ MANIFEST	2008-01-15 12:48:46 UTC (rev 7706)
@@ -744,7 +744,7 @@
 support/install-sh                    Installation utility
 support/ltmain.sh                     Source for libtool utility
 support/makedepend                    Generate dependencies for C files
-support/mkchangelog                   Generate ChangeLog from CVS
+support/mkchangelog                   Generate ChangeLog from Subversion
 support/mkmanifest                    Generate a list of files for the manifest
 support/mksnapshot                    Generate a snapshot of the tree
 support/mksystem                      Generate <inn/system.h> from config.h

Modified: Makefile
===================================================================
--- Makefile	2008-01-14 16:24:16 UTC (rev 7705)
+++ Makefile	2008-01-15 12:48:46 UTC (rev 7706)
@@ -206,8 +206,8 @@
 	$(GZIP) -9 $(TARFILE)
 
 ##  Generate the ChangeLog using support/mkchangelog.  This should only be
-##  run by a maintainer since it depends on cvs log working and also
-##  requires cvs2cl be available somewhere.
+##  run by a maintainer since it depends on svn log working and also
+##  requires svn2cl be available somewhere.
 ChangeLog:
 	$(PERL) support/mkchangelog
 

Modified: doc/pod/hacking.pod
===================================================================
--- doc/pod/hacking.pod	2008-01-14 16:24:16 UTC (rev 7705)
+++ doc/pod/hacking.pod	2008-01-15 12:48:46 UTC (rev 7706)
@@ -13,7 +13,7 @@
 
     <http://inn.eyrie.org/svn/>
 
-or view it with ViewCVS at:
+or view it with ViewVC at:
 
     <http://inn.eyrie.org/viewcvs>
 
@@ -503,7 +503,7 @@
        multiline comment. */
 
 Comments before functions saying what they do are nice to have.  In
-general, the RCS/CVS Id tag is on the first line of each source file since
+general, the RCS/SVN Id tag is on the first line of each source file since
 it's useful to know when a file was last modified.
 
 =item *
@@ -703,7 +703,7 @@
 Forrest Cavalier provides several tools for following INN development at
 this page and elsewhere in the Usenet RKT.  Under here is a web-accessible
 checked-out copy of the current INN source tree and pointers to how to use
-CVSup.
+CVSup.  However, please note that INN development now uses Subversion.
 
 =item <http://www.sas.com/standards/large.file/>
 

Modified: doc/pod/install.pod
===================================================================
--- doc/pod/install.pod	2008-01-14 16:24:16 UTC (rev 7705)
+++ doc/pod/install.pod	2008-01-15 12:48:46 UTC (rev 7706)
@@ -175,7 +175,7 @@
 
 If you want a more cutting-edge version, you can obtain current
 snapshots from L<ftp://ftp.isc.org/isc/inn/snapshots/>.  These
-are snapshots of the INN CVS tree taken daily; there are two snapshots
+are snapshots of the INN Subversion tree taken daily; there are two snapshots
 made each night (one of the current development branch, and one of the
 stable branch consisting of bug fixes to the previous major release).
 They are stored in date format; in other words the snapshots from April

Modified: doc/pod/readme.pod
===================================================================
--- doc/pod/readme.pod	2008-01-14 16:24:16 UTC (rev 7705)
+++ doc/pod/readme.pod	2008-01-15 12:48:46 UTC (rev 7706)
@@ -180,7 +180,7 @@
 
 =item inn-committers at isc.org
 
-CVS commit messages for INN are sent to this list (only the automated
+Subversion commit messages for INN are sent to this list (only the automated
 messages are sent here, no regular posting).
 
 =item inn-bugs at isc.org

Modified: support/mksnapshot
===================================================================
--- support/mksnapshot	2008-01-14 16:24:16 UTC (rev 7705)
+++ support/mksnapshot	2008-01-15 12:48:46 UTC (rev 7706)
@@ -35,7 +35,7 @@
 
 cat > README.snapshot <<EOF
 This is a snapshot of the current development version of INN, pulled
-automatically from the CVS repository.  It was made on:
+automatically from the Subversion repository.  It was made on:
 
     `date -u +"%B %e, %Y @ %I:%M %p %Z"`
 



More information about the inn-committers mailing list