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/