Ziya,

I glad you found the Rcs.pm module useful.  I plan to download and test 
the modules you created.

By the way, I just uploaded a new version of Rcs.pm to CPAN - version 
1.01.  Some have complained that Rcs.pm will die if one of the external 
rcs programs returns an error.  The new module can allow the Perl 
program to continue if an external rcs program returns an error.
 From the POD:

  # Use tags to control how the rcs programs handle errors
  # and the use of the rcs -q (quiet) flag.
     use Rcs qw(nonFatal Verbose);

Thanks for your feedback and contribution.

Ziya Suzen wrote:
> Dear Craig,
> 
> Thank you writing Rcs.pm module. We are dealing with a lot of RCS files
> and nearly million revisions to get some historical data. So we used
> your module happly. But at some points we need lots of checkouts of
> diffirent revisions. So I found it faster to checkout all the revisions
> into core and read them from there. for that I wrote some modules. Do
> you think they may fit into name space Rcs:: or would you suggest
> anything else. Or any idea, suggestion ... anything.
> 
> Here are the modules I am using:
> ::Parser         # main interface
> ::Deltatext      # deltatext algorithim for 'co'
> ::YappRcsParser  # Parse::Yapp grammar module
> 
> 
> Thanks,
> 
> Ziya Suzen
> Software Engineer
> RIPE NCC
> 



-- 
All that is complex is not useful,
and all that is useful is simple.
                        -- Mikhail Kalashnikov

Reply via email to