Skip to content

cebjyre/SVN-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://jc.ngo.org.uk/svnweb/jc/browse/nik/CPAN/SVN-Web/trunk/
 svn://jc.ngo.org.uk/nik/CPAN/SVN-Web/trunk/

* Copyright

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