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


ShipIt documentation  | view source Contained in the ShipIt distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

Top

In .shipit config:

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


ShipIt documentation  | view source Contained in the ShipIt distribution.