]> git.pld-linux.org Git - packages/cvs.git/blame - cvs-debian-R-warning.patch
- outdated by debian patch
[packages/cvs.git] / cvs-debian-R-warning.patch
CommitLineData
3a862a5e
AM
1#
2# Turn off read-only warning that breaks pserver client access. Doh!
3# Closes: #319467, #264019
4# Patch by Steve McIntyre <steve@einval.com>
5diff -ruN cvs-1.12.13-old/src/main.c cvs-1.12.13/src/main.c
6--- cvs-1.12.13-old/src/main.c 2005-10-02 23:17:21.000000000 +0800
7+++ cvs-1.12.13/src/main.c 2006-02-26 18:23:04.000000000 +0800
8@@ -764,13 +764,6 @@
9 if (argc < 1)
10 usage (usg);
11
12- if (readonlyfs && !really_quiet) {
13- error (0, 0,
14- "WARNING: Read-only repository access mode selected via `cvs -R'.\n\
15-Using this option to access a repository which some users write to may\n\
16-cause intermittent sandbox corruption.");
17- }
18-
19 /* Calculate the cvs global session ID */
20
21 {
This page took 0.075632 seconds and 4 git commands to generate.