VCS::Rcs - notes for the rcs implementation
use VCS;
$file = VCS::File->new('/source/rcsrepos/project/Makefile');
Currently, the user needs to ensure that their environment has the rcs
toolset available, including rlog, rcsdiff, co, et al. On
Unix like environments ensure that the $PATH
environment variable has the appropriate directory listed. On Windows be sure
that the "%PATH%" variable has the directory
with rlog.exe etc. in it.
VCS::Rcs is currently part of the main VCS distribution.
Copyright (c) 1998-2003 Leon Brocard & Greg McCarroll. All rights reserved.
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.