Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 39
- Log:
Initial import of CVSWeb 3.0.6 from http://people.freebsd.org/~scop/cvsweb/
into SVN. CVSWeb will be used as a Web interface onto the main repository,
since that is too large and too complex to convert from its current SVN
form into SVN.
- Author:
- adh
- Date:
- Mon Jul 31 15:11:40 +0100 2006
- Size:
- 407 Bytes
1 | # -*-perl-*- |
2 | # |
3 | # Set up for Ruby repo options. |
4 | # |
5 | # $FreeBSD: projects/cvsweb/cvsweb.conf-ruby,v 1.4 2001/10/11 15:15:12 knu Exp $ |
6 | # $Idaemons: /home/cvs/cvsweb/cvsweb.conf-ruby,v 1.3 2001/08/01 09:32:22 knu Exp $ |
7 | |
8 | @prcategories = qw( |
9 | incoming |
10 | questions |
11 | spurious |
12 | win32 |
13 | 1.4 |
14 | 1.5 |
15 | 1.6 |
16 | ); |
17 | |
18 | $prcgi = "http://www.ruby-lang.org/cgi-bin/ruby-bugs/incoming?id=%s"; |
19 | |
20 | $prkeyword = "Bug"; |
21 | |
22 | 1; |