info-cvs
[Top][All Lists]
Advanced

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

Re: CVS Status in Perl


From: allan juul
Subject: Re: CVS Status in Perl
Date: Fri, 17 Dec 2004 14:41:47 +0100
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.3) Gecko/20040910

on a related note, just to make sure are you aware of the cvs modules on CPAN ?

http://search.cpan.org/search?query=CVS&mode=all


./allan


address@hidden wrote:
Hi,
I am working on a PERL tool and seems that theres a prob with the cvs
command implementation in PERL.
I am using the system function in PERL  to run the cvs status function
on the command prompt.
The command statement goes like:
@cvs_cmd <mailto:address@hidden>  = ("cvs status
$dir_path_task/$file_name_task > log_data");
system (@cvs_cmd);<-- this will run the cvs status on command prompt.
Here the file variables are defined in the PERL program.
The problem is that the cvs status is not getting ran properly from the
system command in PERL.
Its not redirecting the status in the log_data file.
Its simpy printing it on the console.
It would be great if someone can help me.
Thanks,
Mehul.



------------------------------------------------------------------------

_______________________________________________
Info-cvs mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/info-cvs





reply via email to

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