Hi,

I wrote a script in Perl to update a directory tree with several
installations of the same cvs module.
The script traverses the directory tree, whenever it reaches the
searched directory it updates with "cvs update". The problem is that the
script works fast and the cvs server cannot stand the amount of requests
(hypothesis). I wonder if 
a) "cvs update" returns anything (like "connection was not successfull")
b) I can pipe the cvs update result anywhere (cvs update | grep
"connection refused" --> does one not work...) :-(

I just want to find out wether the cvs update was successful or not and
stop the script in case it was not.

Thanx for your help

 Dorthe


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to