You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by pg...@apache.org on 2006/10/29 00:21:38 UTC

svn commit: r468761 - /perl/modperl/trunk/RELEASE

Author: pgollucci
Date: Sat Oct 28 15:21:37 2006
New Revision: 468761

URL: http://svn.apache.org/viewvc?view=rev&rev=468761
Log:
make step ensure the svn:externals for Apache-Test are updated.

TODO:
  After 2.0.3 is out add note for Apache-SizeLimit.
  Also, start tagging docs and setting its external correctly too


Modified:
    perl/modperl/trunk/RELEASE

Modified: perl/modperl/trunk/RELEASE
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/RELEASE?view=diff&rev=468761&r1=468760&r2=468761
==============================================================================
--- perl/modperl/trunk/RELEASE (original)
+++ perl/modperl/trunk/RELEASE Sat Oct 28 15:21:37 2006
@@ -78,10 +78,17 @@
   e. tag
      % make tag
 
-  f. create the final package
+  f. Update the svn:externals in the new tag
+     (you can't propedit remotely yet in svn)
+     svn co https://svn.apache.org/repos/asf/perl/tags/2_0_2
+     svn propedit svn:xternals 2_0_2
+     Update the Apache-Test line to the tag you previously created.
+     svn ci
+
+  g. create the final package
      % make dist
 
-  g. test the final package again at least once
+  h. test the final package again at least once
 
 4. Release the package and update links (e.g. mod_perl-2.0.3.tar.gz)