File: README

package info (click to toggle)
libsvn-web-perl 0.63-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 736 kB
  • sloc: perl: 1,987; sh: 73; makefile: 11
file content (39 lines) | stat: -rw-r--r-- 939 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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 standard perl module install process:

% perl Build.PL
% Build

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

 https://github.com/djzort/SVN-Web 

* Copyright

Copyright 2003-2004 by Chia-liang Kao <clkao@clkao.org>.

Copyright 2005-2007 by Nik Clayton <nik@FreeBSD.org>.

Copyright 2012 by Dean Hamstead <dean@fragfest.com.au>.

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