man VCS::Rcs () - notes for the rcs implementation

NAME

VCS::Rcs - notes for the rcs implementation

SYNOPSIS

    use VCS;
    $file = VCS::File->new('/source/rcsrepos/project/Makefile');

DESCRIPTION

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 CW$PATH environment variable has the appropriate directory listed. On Windows be sure that the CW%PATH% variable has the directory with rlog.exe etc. in it.

AVAILABILITY

VCS::Rcs is currently part of the main VCS distribution.

COPYRIGHT

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.

SEE ALSO

VCS.