SVN::Web::View(3pm) | User Contributed Perl Documentation | SVN::Web::View(3pm) |
SVN::Web::View - SVN::Web action to view a file in the repository
In config.yaml
actions: ... view: class: SVN::Web::View action_menu: show: - file link_text: (view file) ...
Shows a specific revision of a file in the Subversion repository. Includes the commit information for that file.
If this is not an interesting revision for this file, the repository history is searched to find the youngest interesting revision for this file that is less than "rev".
None.
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.
See <http://www.perl.com/perl/misc/Artistic.html>
2022-06-14 | perl v5.34.0 |