dc2ba353b6
Latest upstream/feature release, similar to Debian, see the ChangeLog excerpts available at http://cto.homelinux.net/usr/ports/devel/cvs-devel/ChangeLog page. This feature release/version, I think, would be quite useful for all those users who want to share and, or transfer their existing CVS repositories from Linux to FreeBSD machines. PR: ports/118033 Submitted by: Balwinder S Dheeman <bdheeman@gmail.com>
21 lines
650 B
Text
21 lines
650 B
Text
#
|
|
# Turn off read-only warning that breaks pserver client access. Doh!
|
|
# Closes: #319467, #264019
|
|
# Patch by Steve McIntyre <steve@einval.com>
|
|
diff -Nur src/main.c src/main.c
|
|
--- src/main.c 2005-10-02 23:17:21.000000000 +0800
|
|
+++ src/main.c 2006-02-26 18:23:04.000000000 +0800
|
|
@@ -764,13 +764,6 @@
|
|
if (argc < 1)
|
|
usage (usg);
|
|
|
|
- if (readonlyfs && !really_quiet) {
|
|
- error (0, 0,
|
|
- "WARNING: Read-only repository access mode selected via `cvs -R'.\n\
|
|
-Using this option to access a repository which some users write to may\n\
|
|
-cause intermittent sandbox corruption.");
|
|
- }
|
|
-
|
|
/* Calculate the cvs global session ID */
|
|
|
|
{
|