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 st...@apache.org on 2005/03/22 16:30:40 UTC

svn commit: r158613 - perl/modperl/docs/trunk/src/download/docs.pod

Author: stas
Date: Tue Mar 22 07:30:39 2005
New Revision: 158613

URL: http://svn.apache.org/viewcvs?view=rev&rev=158613
Log:
svn diff doesn't use -u flag

Modified:
    perl/modperl/docs/trunk/src/download/docs.pod

Modified: perl/modperl/docs/trunk/src/download/docs.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/download/docs.pod?view=diff&r1=158612&r2=158613
==============================================================================
--- perl/modperl/docs/trunk/src/download/docs.pod (original)
+++ perl/modperl/docs/trunk/src/download/docs.pod Tue Mar 22 07:30:39 2005
@@ -123,7 +123,7 @@
 the I<latest> Subversion version, and then issue:
 
   % cd modperl-docs
-  % svn diff -u > patch
+  % svn diff > patch
 
 And send the I<patch> file to the maintainer or the L<documentation
 mailing list|maillist::docs-dev>, preferably inlined in your e-mail
@@ -134,7 +134,7 @@
 do:
 
   % cd modperl-docs
-  % svn diff -u src/docs/2.0/api/Apache/RequestUtil.pod > patch
+  % svn diff src/docs/2.0/api/Apache/RequestUtil.pod > patch
 
 This approach will get the diff of only that file.
 



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