vcutils — Utilities and Perl modules for version control tools

Standalone tools

splitrcs
Retrieve all the revisions from an RCS file as standalone files.
knitmodule
Construct an RCS file from files.
viewvclog2rcs
Reconstruct an RCS file from HTML pages found in remote ViewVC repository.
rcs2atom
Generate an Atom Feed Document from an RCS file.

Perl modules

Distribution

These scripts and modules are all available in the git repository:

$ git clone https://suika.suikawiki.org/gate/git/bare/vc/vcutils.git

There is also a Web interface to the repository; files can also be retrieved from there.

Some of scripts and modules depends on manakai and charclass modules, which are both git submodules such that they can be retrieved by:

$ git submodule update --init

Some of scripts and modules depends on Perl modules List::Rubyish, Path::Class, and Time::Local.

Author

<wakaba@suikawiki.org>

License

Copyright 2004‐2010 Wakaba <wakaba@suikawiki.org>. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.