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 _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs
