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


VCS-SaVeS documentation  | view source Contained in the VCS-SaVeS distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

Top

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

Top

Brian Ingerson <ingy@cpan.org>

COPYRIGHT

Top


VCS-SaVeS documentation  | view source Contained in the VCS-SaVeS distribution.