info-cvs
[Top][All Lists]
Advanced

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

RE: is there a way to do perl scripts for CVS?


From: Josh Baudhuin
Subject: RE: is there a way to do perl scripts for CVS?
Date: Mon, 27 Aug 2001 11:07:23 -0700

Well, you can do 
        cvs log -h <filename>

as well, and then you don't have to figure out anything about the
repository.


-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf
Of Kim Kuylen
Sent: Monday, August 27, 2001 3:02 PM
To: address@hidden; address@hidden
Subject: Re: is there a way to do perl scripts for CVS?





>From: "JM Murillo" <address@hidden>
>To: <address@hidden>
>Subject: is there a way to do perl scripts for CVS?
>Date: Mon, 27 Aug 2001 14:03:48 +0100
>
>
>I need a script in perl to know the files with a specific tag, which is
>passed as argument to the script.
>Is there a way to do it?. Is there a way to do perl scripts for CVS?.
Is
>there any web page about this?
>
>Thanks.
>

You can call "rlog -h <filename>,v" in a perl-script and evaluate the
output 
with regexps to filter out all the tags on that file.

Regards,
Kim
>




reply via email to

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