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 2005/08/09 08:13:47 UTC

svn commit: r230983 - in /perl/modperl/docs/trunk/src/contribute/docs: changes_file.pod style.pod

Author: pgollucci
Date: Mon Aug  8 23:13:45 2005
New Revision: 230983

URL: http://svn.apache.org/viewcvs?rev=230983&view=rev
Log:
s/cvs/svn/g


Modified:
    perl/modperl/docs/trunk/src/contribute/docs/changes_file.pod
    perl/modperl/docs/trunk/src/contribute/docs/style.pod

Modified: perl/modperl/docs/trunk/src/contribute/docs/changes_file.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/contribute/docs/changes_file.pod?rev=230983&r1=230982&r2=230983&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/contribute/docs/changes_file.pod (original)
+++ perl/modperl/docs/trunk/src/contribute/docs/changes_file.pod Mon Aug  8 23:13:45 2005
@@ -9,11 +9,11 @@
 
 =head1 Who Has Contributed What And When
 
-All the modifications of every single file can be viewed via C<cvs
+All the modifications of every single file can be viewed via C<svn
 log> command. e.g., to check the history of this very file, one would
 run:
 
-  % cvs log src/contribute/docs/changes_file.pod
+  % svn log src/contribute/docs/changes_file.pod
 
 Which will display all the commit logs, who has committed the change,
 who has submitted the changes, etc.
@@ -34,7 +34,7 @@
 reader can read through it fast and pin-point if there is something
 interesting to it.
 
-There is no need to log the date every time the change is done ('cvs
+There is no need to log the date every time the change is done ('svn
 log' has all the info). Though it's nice to group the changes by
 certain milestones, so let's say every few month a time stamp is added
 in front of the group of the changes since the last timestamp and new

Modified: perl/modperl/docs/trunk/src/contribute/docs/style.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/contribute/docs/style.pod?rev=230983&r1=230982&r2=230983&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/contribute/docs/style.pod (original)
+++ perl/modperl/docs/trunk/src/contribute/docs/style.pod Mon Aug  8 23:13:45 2005
@@ -363,9 +363,9 @@
 we can share the knowledge with others who don't use emacs.]
 
 To submit normal patches (when they are minor changes, and you're sure
-the document hasn't changed), use the C<cvs diff> method:
+the document hasn't changed), use the C<svn diff> method:
 
-  % cvs diff -u src/docs/1.0/...pod
+  % svn diff src/docs/1.0/...pod
 
 If you're adding a file, especially if it needs a new directory, it
 might be a good idea to submit a patch against C</dev/null>, which



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