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

NAME

ShipIt::Step::AddToSVNDir - copies/adds/commits distfile to local (svn) directory

DESCRIPTION

This step takes the resultant distfile and copies it to a local directory (which is backed by svn), does svn add, svn up, and svn commits that file.

Presumably, the post-commit hook on that svn repo then triggers some remote webserver elsewhere to svn up and make the distfile appear to your users. (At least that's how it works for me... :))

CONFIGURATION

In .shipit config:

   AddToSVNDir.dir = /path/to/some/directory/