Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ecvs 


Log Message:
SF CVS no longer likes -z3?
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ecvs,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ecvs        1 May 2003 17:01:10 -0000       1.17
+++ ecvs        18 Jan 2004 10:51:50 -0000      1.18
@@ -21,7 +21,7 @@
 if(($ARGV[0] =~ /up/)) {
        print "force removing and updating timestamp.h\n";
        unlink "timestamp.h";
-       system("cvs -z3 update timestamp.h");
+       system("cvs update timestamp.h");
 }
 
 if(($ARGV[0] =~ /com/) || ($ARGV[0] =~ /ci/)) {
@@ -51,12 +51,12 @@
 
        print "Force updating ChangeLog and removing src/timestamp.h\n";
        unlink "ChangeLog";
-       system("cvs -z3 update ChangeLog");
+       system("cvs update ChangeLog");
        unlink "src/timestamp.h";
-       system("cvs -z3 update src/timestamp.h");
+       system("cvs update src/timestamp.h");
 
        print "Updating the files you are committing.\n";
-       system("cvs -z3 @ARGV2 2>&1 |tee errors");
+       system("cvs @ARGV2 2>&1 |tee errors");
 
        open ERRORS, "errors";
        while(<ERRORS>) {
@@ -103,7 +103,7 @@
        }
 }
 
-system("cvs -z3 @ARGV");
+system("cvs @ARGV");
 
 unlink "CommitLog" if(-f "CommitLog");
 




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to