This is the README file for SVN::Web, a subversion repository web frontend.

Subversion is a version control system, you can find more information at http://subversion.tigris.org/.

You need subversion 0.28 release or newer, with perl bindings support to use SVN::Web.

SVN::Web uses the stanard perl module install process:

% perl Makefile.PL
% make
# make install

After install the module, use svnweb-install to configure SVN::Web. see the pod in SVN::Web for more information.

The latest SVN::Web could be found at:

http://jc.ngo.org.uk/svnweb/jc/browse/nik/CPAN/SVN-Web/trunk/ svn://jc.ngo.org.uk/nik/CPAN/SVN-Web/trunk/

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>.