WWW::OpenSVN - An automated interface for OpenSVN.csie.org.


WWW-OpenSVN documentation  | view source Contained in the WWW-OpenSVN distribution.

Index


NAME

Top

WWW::OpenSVN - An automated interface for OpenSVN.csie.org.

SYNOPSIS

Top

    my $opensvn = 
        WWW::OpenSVN->new(
            'project' => "myproject", 
            'password' => "MySecretPassphrase",
        );

    $opensvn->fetch_dump('filename' => "/backup-dir/myproject-dump.gz");

FUNCTIONS

Top

WWW::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"

BUGS

Top

Please 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.

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


WWW-OpenSVN documentation  | view source Contained in the WWW-OpenSVN distribution.