From owner-cvs-contrib Thu May 15 20:04:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA03611 for cvs-contrib-outgoing; Thu, 15 May 1997 20:04:37 -0700 (PDT) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA03523; Thu, 15 May 1997 20:03:25 -0700 (PDT) Received: (from eivind@localhost) by bitbox.follo.net (8.7.6/8.7.3) id FAA29395; Fri, 16 May 1997 05:02:49 +0200 (MET DST) Date: Fri, 16 May 1997 05:02:49 +0200 (MET DST) Message-Id: <199705160302.FAA29395@bitbox.follo.net> From: Eivind Eklund To: Peter Wemm CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG In-reply-to: Peter Wemm's message of Thu, 15 May 1997 17:12:17 -0700 (PDT) Subject: Re: cvs commit: src/contrib/cvs/src cvs.h main.c rcs.c server.c References: <199705160012.RAA25315@freefall.freebsd.org> Sender: owner-cvs-contrib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > peter 1997/05/15 17:12:17 PDT > > Modified files: > contrib/cvs/src cvs.h main.c rcs.c server.c > Log: > Initial round of support for a local $Id$ keyword in cvs, eg: $FreeBSD$. > This is not complete yet in that it doesn't drive our version of RCS > completely, but it does work fine when you do the appropriate magic. > > Obtained from: OpenBSD source tree > > Revision Changes Path > 1.2 +307 -172 src/contrib/cvs/src/cvs.h > 1.4 +82 -0 src/contrib/cvs/src/main.c > 1.4 +10 -2 src/contrib/cvs/src/rcs.c > 1.2 +3777 -3136src/contrib/cvs/src/server.c Something is wrong here. The change for server.c is merging all sorts of winsock-stuff, adding GNU license, etc. It looks like this contains all changes done to server.c from the first to the second import of CVS in contrib in addition to what is described in the log entry. And if this is normal behavior for CVS, then there is still something that is wrong, in this case CVS. Eivind.