]> git.pld-linux.org Git - packages/cvs.git/blob - cvs-debian-R-warning.patch
rel 20; rediff patches
[packages/cvs.git] / cvs-debian-R-warning.patch
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>
5 diff -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.087579 seconds and 3 git commands to generate.