-
-
21 Nov 2004 14:08:14 UTC
- Distribution: SVN-Web
- Module version: 0.38
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (11)
- Testers (2 / 0 / 0)
- Kwalitee
Bus factor: 1- License: perl_5
- Activity
24 month- Tools
- Download (27.4KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Locale::Maketext::Simple
- Template
- Text::Diff
- XML::RSS
- YAML
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
SVN::Web - Subversion repository web frontend
SYNOPSIS
> mkdir cgi-bin/svnweb > cd cgi-bin/svnweb > svnweb-install
Edit config.yaml to set the source repository, then point your browser to
index.cgi/repos
to browse it.You will also need to make the svnweb directory writeable by the web server.
DESCRIPTION
SVN::Web provides a web interface to subversion repositories. You can browse the tree, view history of a directory or a file, see what's changed in a specific revision, track changes with RSS, and also view diff.
SVN::Web also tracks the branching feature (node copy) of subversion, so you can easily see the relationship between branches.
MOD_PERL
You can enable mod_perl support of SVN::Web with the following in the apache configuration:
Alias /svnweb /path/to/svnweb <Directory /path/to/svnweb/> AllowOverride None Options None SetHandler perl-script PerlHandler SVN::Web </Directory>
BUGS
Note that the first time for accessing a repository might be very slow, because the Branch plugin has to create cache for copy information. for a large 9000-revision repository it takes 2 minutes.
AUTHORS
Chia-liang Kao <clkao@clkao.org>
COPYRIGHT
Copyright 2003-2004 by Chia-liang Kao <clkao@clkao.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install SVN::Web, copy and paste the appropriate command in to your terminal.
cpanm SVN::Web
perl -MCPAN -e shell install SVN::Web
For more information on module installation, please visit the detailed CPAN module installation guide.