Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ecvs 


Log Message:
Avoid trashing ChangeLog when connection is poor.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ecvs,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ecvs        18 Jan 2004 10:51:50 -0000      1.18
+++ ecvs        21 Apr 2004 21:09:18 -0000      1.19
@@ -50,10 +50,7 @@
        $ARGV2[0] = "update";
 
        print "Force updating ChangeLog and removing src/timestamp.h\n";
-       unlink "ChangeLog";
-       system("cvs update ChangeLog");
-       unlink "src/timestamp.h";
-       system("cvs update src/timestamp.h");
+       system("cvs update -C ChangeLog src/timestamp.h");
 
        print "Updating the files you are committing.\n";
        system("cvs @ARGV2 2>&1 |tee errors");




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to