https://github.com/cebjyre/svn-web
Release history of SVN-Web
https://github.com/cebjyre/svn-web
Last synced: 3 months ago
JSON representation
Release history of SVN-Web
- Host: GitHub
- URL: https://github.com/cebjyre/svn-web
- Owner: cebjyre
- Created: 2010-01-08T04:51:04.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-01-08T05:12:43.000Z (over 15 years ago)
- Last Synced: 2025-01-20T22:50:56.914Z (5 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/SVN-Web/
- Size: 289 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES.pod
- Contributing: CONTRIBUTING.pod
Awesome Lists containing this project
README
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 .
Copyright 2005-2007 by Nik Clayton .
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.See .