Nik Clayton > SVN-Web-0.49 > SVN::Web::Checkout

Download:
SVN-Web-0.49.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  22
Open  10
View Bugs
Report a bug
Module Version: 0.49   Source   Latest Release: SVN-Web-0.53

NAME ^

SVN::Web::Checkout - SVN::Web action to checkout a given file

SYNOPSIS ^

In config.yaml

  actions:
    ...
    checkout:
      class: SVN::Web::Checkout
    ...

DESCRIPTION ^

Returns the contents of the given filename. Uses the svn:mime-type property.

OPTIONS ^

rev

The repository revision to checkout. Defaults to the repository's youngest revision.

TEMPLATE VARIABLES ^

N/A

EXCEPTIONS ^

(path %1 is not a file in revision %2)

The given path is not a file in the given revision.