You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by pg...@apache.org on 2006/07/08 03:28:59 UTC

svn commit: r420028 - in /perl/modperl/docs/trunk/src: about/ contribute/ docs/1.0/guide/ docs/1.0/guide/code/ docs/1.0/os/win32/ docs/2.0/devel/core/ docs/2.0/devel/help/ docs/2.0/os/win32/ docs/general/ docs/offsite/ download/ maillist/

Author: pgollucci
Date: Fri Jul  7 18:28:58 2006
New Revision: 420028

URL: http://svn.apache.org/viewvc?rev=420028&view=rev
Log:
take a whack at s/svn/cvs/i 
  noting that some cvs should not be replaced.

Modified:
    perl/modperl/docs/trunk/src/about/history.pod
    perl/modperl/docs/trunk/src/contribute/docs.pod
    perl/modperl/docs/trunk/src/docs/1.0/guide/Changes.pod
    perl/modperl/docs/trunk/src/docs/1.0/guide/code/DB_File-Lock2.pm
    perl/modperl/docs/trunk/src/docs/1.0/guide/debug.pod
    perl/modperl/docs/trunk/src/docs/1.0/os/win32/install.pod
    perl/modperl/docs/trunk/src/docs/2.0/devel/core/mod_perl_specific.pod
    perl/modperl/docs/trunk/src/docs/2.0/devel/help/help.pod
    perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod
    perl/modperl/docs/trunk/src/docs/general/Changes.pod
    perl/modperl/docs/trunk/src/docs/offsite/other.pod
    perl/modperl/docs/trunk/src/download/docs.pod
    perl/modperl/docs/trunk/src/maillist/apreq-cvs.pod
    perl/modperl/docs/trunk/src/maillist/cvs.pod
    perl/modperl/docs/trunk/src/maillist/data.pl
    perl/modperl/docs/trunk/src/maillist/docs-cvs.pod

Modified: perl/modperl/docs/trunk/src/about/history.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/about/history.pod?rev=420028&r1=420027&r2=420028&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/about/history.pod (original)
+++ perl/modperl/docs/trunk/src/about/history.pod Fri Jul  7 18:28:58 2006
@@ -275,7 +275,7 @@
 forward, but with the arrival of Perl 6 we might expect another new
 version of mod_perl. If the developers are still interested, that
 is. There has been started development on mod_parrot
-(http://cvs.perl.org/cvsweb/mod_parrot/), but Perl 6 is far from
+(http://svn.perl.org/parrot-modules/mod_parrot), but Perl 6 is far from
 ready, so we don't really know what will be needed. The future hold
 great things for us.
 

Modified: perl/modperl/docs/trunk/src/contribute/docs.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/contribute/docs.pod?rev=420028&r1=420027&r2=420028&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/contribute/docs.pod (original)
+++ perl/modperl/docs/trunk/src/contribute/docs.pod Fri Jul  7 18:28:58 2006
@@ -44,12 +44,12 @@
 If the correction is minor, please specify the full URL you are
 talking about.
 
-If the correction is medium to large use the cvs repository and submit
+If the correction is medium to large use the svn repository and submit
 the patch against the latest version, or even better, just send us the
 modified document. L<This document|download::docs> explains how to use
-the cvs repository.
+the svn repository.
 
-Note that if you for some reason cannot use the CVS repository, each
+Note that if you for some reason cannot use the SVN repository, each
 page contains a I<src> link in the upper-right corner. From there you
 can access the POD/HTML source of documents, which you can then modify
 and send to us.

Modified: perl/modperl/docs/trunk/src/docs/1.0/guide/Changes.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/1.0/guide/Changes.pod?rev=420028&r1=420027&r2=420028&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/1.0/guide/Changes.pod (original)
+++ perl/modperl/docs/trunk/src/docs/1.0/guide/Changes.pod Fri Jul  7 18:28:58 2006
@@ -860,7 +860,7 @@
 * performance: update: "KeepAlive" -- works only if there is a
   Content-Length header (Andreas Koenig)
 
-* help: new: "get help with CVS"
+* help: new: "get help with SVN"
 
 * troubleshooting: new: "Segfaults when using XML::Parser" (DeWitt
   Clinton)
@@ -1928,7 +1928,7 @@
 * strategy.pod: mod_proxy and http accell sections were extended by
   notes from Joshua Chamas.
 
-* warning.pod: noted a 'rwrite returned -1' fix in CVS version
+* warning.pod: noted a 'rwrite returned -1' fix in SVN version
 
 * obvious.pod: added "Additional reading references" to "my () scoped 
   variable in nested subroutines" including a pointer to an article by

Modified: perl/modperl/docs/trunk/src/docs/1.0/guide/code/DB_File-Lock2.pm
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/1.0/guide/code/DB_File-Lock2.pm?rev=420028&r1=420027&r2=420028&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/1.0/guide/code/DB_File-Lock2.pm (original)
+++ perl/modperl/docs/trunk/src/docs/1.0/guide/code/DB_File-Lock2.pm Fri Jul  7 18:28:58 2006
@@ -4,7 +4,7 @@
 use strict;
 
 BEGIN {
-    # RCS/CVS compliant:  must be all one line, for MakeMaker
+    # RCS/SVN compliant:  must be all one line, for MakeMaker
   $DB_File::Lock2::VERSION = do { my @r = (q$Revision$ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
 
 }

Modified: perl/modperl/docs/trunk/src/docs/1.0/guide/debug.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/1.0/guide/debug.pod?rev=420028&r1=420027&r2=420028&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/1.0/guide/debug.pod (original)
+++ perl/modperl/docs/trunk/src/docs/1.0/guide/debug.pod Fri Jul  7 18:28:58 2006
@@ -3637,7 +3637,7 @@
 
 The current Perl implementation does not restore the original Apache C
 handler when you use the C<local $SIG{FOO}> clause.  While the
-save/restore of C<$SIG{ALRM}> was fixed in mod_perl 1.19_01 (CVS
+save/restore of C<$SIG{ALRM}> was fixed in mod_perl 1.19_01 (SVN
 version), other signals are not yet fixed.  The real fix should
 probably be in Perl itself.
 

Modified: perl/modperl/docs/trunk/src/docs/1.0/os/win32/install.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/1.0/os/win32/install.pod?rev=420028&r1=420027&r2=420028&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/1.0/os/win32/install.pod (original)
+++ perl/modperl/docs/trunk/src/docs/1.0/os/win32/install.pod Fri Jul  7 18:28:58 2006
@@ -220,12 +220,11 @@
 through the Apache::src module.
 
 If this build fails, you may want to try the sources obtained
-from cvs you may want to try the sources obtained
-from cvs - see the discussion on the
+from svn - see the discussion on the
 L<Development Source Distribution|download::source/Development_Source_Distribution>
 for details. Be aware, though,
 that as well as providing bug fixes, there may be new features being
-added and tested in the cvs versions, so at any given time there are
+added and tested in the svn versions, so at any given time there are
 no guarantees that these packages will build and test successfully.
 
 =head1 Binaries

Modified: perl/modperl/docs/trunk/src/docs/2.0/devel/core/mod_perl_specific.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/devel/core/mod_perl_specific.pod?rev=420028&r1=420027&r2=420028&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/devel/core/mod_perl_specific.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/devel/core/mod_perl_specific.pod Fri Jul  7 18:28:58 2006
@@ -14,7 +14,7 @@
 Make sure to read also: L<Debugging mod_perl C
 Internals|docs::2.0::devel::debug::c>.
 
-META: these notes are a bit out of sync with the latest cvs, but will
+META: these notes are a bit out of sync with the latest svn, but will
 be updated once the innovation dust settles down.
 
 =head1 Perl Interpreters

Modified: perl/modperl/docs/trunk/src/docs/2.0/devel/help/help.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/devel/help/help.pod?rev=420028&r1=420027&r2=420028&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/devel/help/help.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/devel/help/help.pod Fri Jul  7 18:28:58 2006
@@ -64,9 +64,9 @@
 backtrace|user::help::help/Resolving_Segmentation_Faults> to the
 modperl developers list.
 
-=head2 mod_perl 2.0 Core Development CVS Commits List
+=head2 mod_perl 2.0 Core Development SVN Commits List
 
-This list's traffic is comprised of solely cvs commits, so this is the
+This list's traffic is comprised of solely svn commits, so this is the
 place to be if you want to see mod_perl 2.0 evolve before your eyes.
 
 =over
@@ -85,12 +85,12 @@
 
 The C<Apache-Test> project, originally developed as a part of mod_perl
 2.0, is now a part of the Apache C<httpd-test> project. You get this
-repository automatically when checking out the mod_perl-2.0 cvs
+repository automatically when checking out the mod_perl-2.0 svn 
 repository.
 
 To retrieve the whole httpd-test project, run: 
 
-  cvs co httpd-test
+  svn co http://svn.pache.org/repos/asf/httpd/httpd-test 
 
 =over
 
@@ -100,7 +100,7 @@
 
 archive: META: ???
 
-=item cvs commits
+=item svn commits
 
 mailing list subscription: mailto:test-cvs-subscribe@httpd.apache.org
 
@@ -121,7 +121,7 @@
 
 archive: http://marc.theaimsgroup.com/?l=apache-new-httpd&r=1&w=
 
-=item cvs commits
+=item svn commits
 
 mailing list subscription: mailto:httpd-2.0-cvs-subscribe@perl.apache.org
 
@@ -161,7 +161,7 @@
 
 archive: http://marc.theaimsgroup.com/?l=apr-dev&r=1&w=2
 
-=item cvs commits
+=item svn commits
 
 mailing list subscription: mailto:apr-cvs-subscribe@perl.apache.org
 

Modified: perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod?rev=420028&r1=420027&r2=420028&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/os/win32/install.pod Fri Jul  7 18:28:58 2006
@@ -106,11 +106,11 @@
 your F</Path/to/Apache2/modules/> directory.
 
 If this build fails, or you want features not present in the official
-releases, you may want to try the sources obtained from cvs - see the
+releases, you may want to try the sources obtained from svn - see the
 discussion on the L<2.0 Development Source
 Distribution|download::source/Development_mod_perl_2_0_Source_Distribution>
 for details. Be aware, though, that as well as providing bug fixes,
-there may be new features being added and tested in the cvs versions,
+there may be new features being added and tested in the svn versions,
 so at any given time there are no guarantees that these packages will
 build and test successfully.
 

Modified: perl/modperl/docs/trunk/src/docs/general/Changes.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/general/Changes.pod?rev=420028&r1=420027&r2=420028&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/general/Changes.pod (original)
+++ perl/modperl/docs/trunk/src/docs/general/Changes.pod Fri Jul  7 18:28:58 2006
@@ -23,13 +23,13 @@
 
   o started a new doc: "Preparing mod_perl modules for CPAN"
 
-* cvs_howto:
+* svn_howto:
 
   o Changed incorrect repository names. Added some more references for
     some of them (mod_perl 2 and mod_perl docs) relative to their
-    installation. Added a note about ViewCVS. [Per Einar]
+    installation. Added a note about ViewVC. [Per Einar]
 
-  o Added section about CVS+SSH developer access. [Per Einar]
+  o Added section about SVN+SSH developer access. [Per Einar]
 
 * perf_reference:
 

Modified: perl/modperl/docs/trunk/src/docs/offsite/other.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/offsite/other.pod?rev=420028&r1=420027&r2=420028&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/offsite/other.pod (original)
+++ perl/modperl/docs/trunk/src/docs/offsite/other.pod Fri Jul  7 18:28:58 2006
@@ -275,26 +275,10 @@
 
 =back
 
-=head1 CVS -- Concurrent Version Control
+=head1 SVN
 
-mod_perl CVS repository specific information
-L<document|contribute::cvs_howto>.
-
-=over
-
-=item * Open Source Development with CVS
-
-http://cvsbook.red-bean.com/
-
-=item * Online Documents
-
-http://www.cvshome.org/docs/
-
-=item * CVS Quick Reference Card
-
-http://www.refcards.com/about/cvs.html
-
-=back
+mod_perl SVN repository specific information
+L<document|contribute::svn_howto>.
 
 =head1 Performance and Scalability
 

Modified: perl/modperl/docs/trunk/src/download/docs.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/download/docs.pod?rev=420028&r1=420027&r2=420028&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/download/docs.pod (original)
+++ perl/modperl/docs/trunk/src/download/docs.pod Fri Jul  7 18:28:58 2006
@@ -27,7 +27,7 @@
 
 Another way to download the sources, if you don't want to use Subversion,
 is to get the snapshots available from
-http://cvs.apache.org/snapshots/modperl-docs/ . However, it will be a
+http://svn.apache.org/snapshots/modperl-docs/ . However, it will be a
 major drag for you to keep these up to date, so you are better advised
 to use the Subversion access.
 

Modified: perl/modperl/docs/trunk/src/maillist/apreq-cvs.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/maillist/apreq-cvs.pod?rev=420028&r1=420027&r2=420028&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/maillist/apreq-cvs.pod (original)
+++ perl/modperl/docs/trunk/src/maillist/apreq-cvs.pod Fri Jul  7 18:28:58 2006
@@ -9,7 +9,7 @@
 
 =head1 NAME
 
-Apache::Request cvs mailing list
+Apache::Request svn mailing list
 
 =head1 Description
 

Modified: perl/modperl/docs/trunk/src/maillist/cvs.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/maillist/cvs.pod?rev=420028&r1=420027&r2=420028&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/maillist/cvs.pod (original)
+++ perl/modperl/docs/trunk/src/maillist/cvs.pod Fri Jul  7 18:28:58 2006
@@ -9,7 +9,7 @@
 
 =head1 NAME
 
-Development CVS mailing list
+Development SVN mailing list
 
 =head1 Description
 

Modified: perl/modperl/docs/trunk/src/maillist/data.pl
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/maillist/data.pl?rev=420028&r1=420027&r2=420028&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/maillist/data.pl (original)
+++ perl/modperl/docs/trunk/src/maillist/data.pl Fri Jul  7 18:28:58 2006
@@ -116,7 +116,7 @@
      ### 
      'docs-cvs' => 
      {
-      title => 'Documentation CVS',
+      title => 'Documentation SVN',
       desc  => <<"DESC",
 A mailing list where all the B<mod_perl documentation modification
 commits> are sent.
@@ -200,7 +200,7 @@
      ### 
      cvs => 
      {
-      title => 'Development CVS',
+      title => 'Development SVN',
       desc  => <<"DESC",
 The B<modperl-cvs> list is the list where you can watch mod_perl
 getting patched.  No real discussions happen on this list, but if you
@@ -437,7 +437,7 @@
      ### 
      'apreq-cvs' => 
      {
-      title => 'Apache::Request cvs',
+      title => 'Apache::Request svn',
       desc  => <<"DESC",
 The B<apreq-cvs> list is the list where svn commits for the I<Apache
 Request>project are sent.

Modified: perl/modperl/docs/trunk/src/maillist/docs-cvs.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/maillist/docs-cvs.pod?rev=420028&r1=420027&r2=420028&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/maillist/docs-cvs.pod (original)
+++ perl/modperl/docs/trunk/src/maillist/docs-cvs.pod Fri Jul  7 18:28:58 2006
@@ -9,7 +9,7 @@
 
 =head1 NAME
 
-Documentation CVS mailing list
+Documentation SVN mailing list
 
 =head1 Description
 



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org