Author: gozer
Date: Wed Jun  1 15:18:56 2005
New Revision: 179434

URL: http://svn.apache.org/viewcvs?rev=179434&view=rev
Log:
fix the tag target for SVN

Modified:
    perl/modperl/branches/1.x/Makefile.PL

Modified: perl/modperl/branches/1.x/Makefile.PL
URL: 
http://svn.apache.org/viewcvs/perl/modperl/branches/1.x/Makefile.PL?rev=179434&r1=179433&r2=179434&view=diff
==============================================================================
--- perl/modperl/branches/1.x/Makefile.PL (original)
+++ perl/modperl/branches/1.x/Makefile.PL Wed Jun  1 15:18:56 2005
@@ -1621,11 +1621,8 @@
 sub MY::postamble {
 
     return <<'EOF';
-cvs_export :
-       cvs -d $(CVSROOT) export -rv$(VERSION_SYM) -d$(DISTVNAME) .
-
-cvs_tag :
-       cvs -d $(CVSROOT) tag v$(VERSION_SYM) modperl
+tag :
+       svn copy https://svn.apache.org/repos/asf/perl/modperl/branches/1.x  
https://svn.apache.org/repos/asf/perl/modperl/tags/$(VERSION_SYM)
        @echo update mod_perl.pm VERSION now
 
 EOF


Reply via email to