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

* Installation

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

* Configuration

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

* Latest version

The latest SVN::Web could be found at:

  http://svn.clkao.org/svnweb/member/browse/clkao/modules/SVN-Web/
  svn://svn.clkao.org/member/clkao/modules/SVN-Web/

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

See <http://www.perl.com/perl/misc/Artistic.html>.