info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Read CVS check in result.


From: Hon Seng Phuah
Subject: Read CVS check in result.
Date: 16 Jul 2004 01:19:38 -0700

Hi all,

All my cvs check in file activity is done by perl script.
Unfortunately, I am not able to read the cvs output if there is commit
failure or other failures.  For example:

$result = `cvs -d /cvs_data -m"Update file" abc/alc.c`;

If the above cvs command fails to commit, I want to all cvs output
result to be stored in temporarily $result. Can I do that? If not, how
can I get the output result. I need the output result to do some
operations.

Thanks in advance and have good weekend.
-HS


reply via email to

[Prev in Thread] Current Thread [Next in Thread]