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

NAME

SVN::Notify::Snapshot - Take snapshots from Subversion activity

VERSION

This document describes version 0.02 of SVN::Notify::Snapshot, released October 19, 2004.

SYNOPSIS

Use svnnotify in post-commit:

  svnnotify --repos-path "$1" --revision "$2" \
    --to "/tmp/snapshot-$2.tar.gz" --handler Snapshot \
    --handle-path pathname [options]

Note that the --handle-path argument, which specifies the portion of the repository to take snapshot from, is not optional.

By default, the base path inside the snapshot will be the basename of the --to argument, but you may override it with --snapshot-base.

AUTHORS

Autrijus Tang <autrijus@autrijus.org>

SEE ALSO

SVN::Notify, SVN::Notify::Config

COPYRIGHT

Copyright 2004 by Autrijus Tang <autrijus@autrijus.org>.

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

See http://www.perl.com/perl/misc/Artistic.html