The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

VCS::SaVeS::SVS - Support module for Standalone Versioning System(tm)

SYNOPSIS

This is just the support Perl Module for the SaVeS command line tools: svs and saves.

See the following manpages for more information:

    perldoc svs
    perldoc saves
    svs help

DESCRIPTION

SaVeS(tm) (the Standalone Versioning System) is a very easy to use file versioning system. It gives you many of the powers of CVS, with few of the headaches.

The interface consists of two commands:

  • svs

    This is the main SaVeS command. It is used to control all SaVeS operations. For more information use the following command:

        svs help
  • saves

    This is the SaVeS shortcut that simply backs up everything under the current directory. It is identical to:

        svs import -m'saves' .

    or:

        svs save -m'saves' .

AUTHOR

Brian Ingerson <ingy@cpan.org>

COPYRIGHT

Copyright (c) 2002 Brian Ingerson. All rights reserved.

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