NAME

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

SYNOPSIS

In config.yaml

actions:
  ...
  - checkout
  ...

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

not a file

Thrown if the given path is not a file.