| SVN-Web documentation | view source | Contained in the SVN-Web distribution. |
SVN::Web::Checkout - SVN::Web action to checkout a given file
In config.yaml
actions:
...
checkout:
class: SVN::Web::Checkout
action_menu:
show:
- file
link_text: (checkout)
...
Returns the contents of the given filename. Uses the svn:mime-type
property.
The repository revision to checkout. Defaults to the repository's youngest revision.
N/A
The given path is not a file in the given revision.
Copyright 2003-2004 by Chia-liang Kao <clkao@clkao.org>.
Copyright 2005-2007 by Nik Clayton <nik@FreeBSD.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| SVN-Web documentation | view source | Contained in the SVN-Web distribution. |