Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jul 2002 08:43:55 -0700
From:      Bill Fenner <fenner@research.att.com>
To:        jmallett@FreeBSD.ORG
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/contrib/cvs/src client.c
Message-ID:  <200207081543.IAA28066@windsor.research.att.com>
References:   <200207081005.g68A5ShU065183@freefall.freebsd.org> <20020708083018.A39552@FreeBSD.ORG>

next in thread | previous in thread | raw e-mail | index | archive | help

>Why not check timestamps, then branches?

The client only has the local file and the local CVS/Entries file at
the time that it makes this decision.  The only branch info is available
from CVS/Entries; the CVS/Entries file had the correct branch info for the
new file (i.e. the branch that doesn't exist yet, and won't if the
client doesn't upload the file for the server to check in).

This is a waste of bandwidth for non-checkin operations.  The CVS
client-server protocol does not have the facilities to do this well.

  Bill

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207081543.IAA28066>