Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
0f027c7d
Commit
0f027c7d
authored
Dec 13, 2004
by
Leigh B. Stoller
Browse files
Current version of CVS does not like -l option from cvsweb interface.
Removed it.
parent
11073ae3
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/cvsweb/cvsweb.conf
View file @
0f027c7d
...
...
@@ -9,7 +9,7 @@
# based on work by Bill Fenner <fenner@FreeBSD.org>
#
# $FreeBSD: projects/cvsweb/cvsweb.conf,v 1.36.2.3 2002/09/23 05:30:17 scop Exp $
# $Id: cvsweb.conf,v 1.
2
2004-
03-12 00:44:45 ricci
Exp $
# $Id: cvsweb.conf,v 1.
3
2004-
12-13 19:28:11 stoller
Exp $
# $Idaemons: /home/cvs/cvsweb/cvsweb.conf,v 1.27 2001/08/01 09:48:39 knu Exp $
#
###
...
...
@@ -528,7 +528,7 @@ $allow_tar = 1;
# For cvs versions prior to 1.11, the '-l' option doesn't work; If you want
# working checkouts with an older cvs version, you'll have to make sure that
# the cvsweb user can read and write to CVSROOT/history.
@
cvs_options
=
qw
(-
l
f
);
@
cvs_options
=
qw
(-
f
);
push
@
cvs_options
,
'-R'
if
($
uname
eq
'FreeBSD'
|| $
uname
eq
'OpenBSD'
);
push
@
cvs_options
,
'-u'
if
($
uname
eq
'NetBSD'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment