|
NAMEWWW::OpenSVN - An automated interface for OpenSVN.csie.org.SYNOPSISmy $opensvn = WWW::OpenSVN->new( 'project' => "myproject", 'password' => "MySecretPassphrase", ); $opensvn->fetch_dump('filename' => "/backup-dir/myproject-dump.gz"); FUNCTIONSWWW::OpenSVN->new()A constructor. Accepts these mandatory named arguments:'project' - The OpenSVN Project ID. 'password' - The OpenSVN Project Management Password. $opensvn->fetch_dump('filename' => "myfile.dump.gz")Fetches a subversion repository dump and stores it in a file. Accepts an optional argument - 'filename' that is used to specify the filename to store the dump into. If not specified, it defaults to "$project.dump.gz"AUTHORShlomi Fish, "<shlomif@iglu.org.il>"BUGSPlease report any bugs or feature requests to "bug-www-opensvn@rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-OpenSVN>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.ACKNOWLEDGEMENTSCOPYRIGHT & LICENSECopyright 2005 Shlomi Fish, All Rights Reserved.This program is free software; you can redistribute it and/or modify it under the terms of the MIT X11 License.
Visit the GSP FreeBSD Man Page Interface. |