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


SVN-Web documentation  | view source Contained in the SVN-Web distribution.

Index


NAME

Top

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

SYNOPSIS

Top

In config.yaml

  actions:
    ...
    checkout:
      class: SVN::Web::Checkout
      action_menu:
        show:
          - file
        link_text: (checkout)
    ...

DESCRIPTION

Top

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

OPTIONS

Top

rev

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

TEMPLATE VARIABLES

Top

N/A

EXCEPTIONS

Top

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

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

COPYRIGHT

Top


SVN-Web documentation  | view source Contained in the SVN-Web distribution.