From owner-cvs-contrib Sat May 17 07:22:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA25223 for cvs-contrib-outgoing; Sat, 17 May 1997 07:22:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA25195; Sat, 17 May 1997 07:22:01 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA08153; Sat, 17 May 1997 07:20:34 -0700 (PDT) Date: Sat, 17 May 1997 07:20:34 -0700 (PDT) Message-Id: <199705171420.HAA08153@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: cvs commit: src/contrib/cvs/src main.c Sender: owner-cvs-contrib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/05/17 07:20:34 PDT Modified files: contrib/cvs/src main.c Log: Implement a -R option to cvs to turn on read-only repository mode. When using a local repository that is only written to by CVSup - which I assume doesn't do the cvs locking protocol - this option might be a speedup since cvs will not create lock files. Revision Changes Path 1.7 +6 -1 src/contrib/cvs/src/main.c