Query: svn::web::browse
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SVN::Web::Browse(3pm) User Contributed Perl Documentation SVN::Web::Browse(3pm)NAMESVN::Web::Browse - SVN::Web action to browse a Subversion repositorySYNOPSISIn config.yaml actions: ... browse: class: SVN::Web::Browse action_menu: show: - directory link_text: (browse directory) ...DESCRIPTIONReturns a file/directory listing for the given repository path.OPTIONSrev The repository revision to show. Defaults to the repository's youngest revision.TEMPLATE VARIABLESat_head A boolean value, indicating whether or not the user is currently browsing the HEAD of the repository. context Always "directory". entries A list of hash refs, one for each file and directory entry in the browsed path. The list is ordered with directories first, then files, sorted alphabetically. Each hash ref has the following keys. name The entry's name. path The entry's full path. rev The entry's most recent interesting revision. size The entry's size, in bytes. The empty string '' for directories. type The entry's "svn:mime-type" property. Not set for directories. author The userid that committed the most recent interesting revision for this entry. date The date of the entry's most recent interesting revision, formatted according to "Time and date formatting" in SVN::Web. msg The log message for the entry's most recent interesting revision. rev The repository revision that is being browsed. Will be the same as the "rev" parameter given to the action, unless that parameter was not set, in which case it will be the repository's youngest revision. youngest_rev The repository's youngest revision.EXCEPTIONS(path %1 does not exist in revision %2) The given path is not present in the repository at the given revision. (path %1 is not a directory in revision %2) The given path exists in the repository at the given revision, but is not a directory. This action is only used to browse directories.COPYRIGHTCopyright 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> perl v5.14.2 2012-06-11 SVN::Web::Browse(3pm)
Related Man Pages |
---|
svn::web::x(3pm) - debian |
svn::look(3pm) - debian |
svn::web::blame(3pm) - debian |
svn::web::i18n(3pm) - debian |
svn::web::action(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
ViewVC 1.0.5 (Default branch) |
Browse Web pages through command line |
How to find out what is size of repository? |
Explanation for interesting sed behaviour? |
Looking for a tool for SVN deployment |