Author: stas
Date: Sat Dec 11 11:12:34 2004
New Revision: 111613

URL: http://svn.apache.org/viewcvs?view=rev&rev=111613
Log:
update release procedures/code to use svn
Submitted by: gozer

Modified:
   httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL
   httpd/test/trunk/perl-framework/Apache-Test/RELEASE

Modified: httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL
Url: 
http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL?view=diff&rev=111613&p1=httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL&r1=111612&p2=httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL&r2=111613
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL     (original)
+++ httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL     Sat Dec 11 
11:12:34 2004
@@ -162,8 +162,8 @@
     my $string = $self->MM::postamble;
 
     $string .= <<'EOF';
-cvs_tag :
-       cvs tag APACHE_TEST_$(VERSION_SYM) .
+tag :
+       svn copy . 
https://svn.apache.org/repos/asf/httpd/test/tags/APACHE_TEST_$(VERSION_SYM)
        @echo update lib/Apache/Test.pm VERSION now
 EOF
 

Modified: httpd/test/trunk/perl-framework/Apache-Test/RELEASE
Url: 
http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/RELEASE?view=diff&rev=111613&p1=httpd/test/trunk/perl-framework/Apache-Test/RELEASE&r1=111612&p2=httpd/test/trunk/perl-framework/Apache-Test/RELEASE&r2=111613
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/RELEASE (original)
+++ httpd/test/trunk/perl-framework/Apache-Test/RELEASE Sat Dec 11 11:12:34 2004
@@ -1,7 +1,7 @@
 Instructions for Apache-Test Release Manager
 
 1. 'make dist' - to make sure nothing is missing from the manifest,
-   etc. Now test this generated package (not cvs) with as many
+   etc. Now test this generated package (not svn) with as many
    configurations as possible on as many platforms as possible.
 
   a. nuke any preinstalled Apache-Test libs and run 'make test'
@@ -29,13 +29,13 @@
   b. rerun:
      % perl Makefile.PL
      make sure tag looks right
-     % make -n cvs_tag
+     % make -n tag
 
   c. commit Changes
-     % cvs ci Changes
+     % svn ci Changes
 
   d. tag
-     % make cvs_tag
+     % make tag
 
   e. create the final package
      % make dist
@@ -71,4 +71,4 @@
      command.
 
   d. commit Changes
-     % cvs ci Changes RELEASE lib/Apache/Test.pm
+     % svn ci Changes RELEASE lib/Apache/Test.pm

Reply via email to