NAME
asp4-prep - Prepare your ASP4 application for remote deployment.
USAGE
% cd /home/darthvader/Projects/deathstar/www
% asp4-prep --exporter=svn
ARGUMENTS
--exporter=svn
At this time, only "svn" is accepted as a valid value.
DESCRIPTION
asp4-prep
is a convenience tool which will prepare your ASP4 application for remote deployment.
asp4-prep
simply makes an svn export
of your project folder and uses tar
to compress the file.
This probably will not work very well on Windows.
OUTPUT
After a successful run, the filename of the asp4 archive is printed to STDOUT.
WARNINGS
None.
BUGS
It's possible that some bugs have found their way into this release.
Use RT http://rt.cpan.org/NoAuth/Bugs.html?Dist=ASP4 to submit bug reports.
HOMEPAGE
Please visit the ASP4 homepage at http://0x31337.org/code/ to see examples of ASP4 in action.