Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jul 2002 08:30:19 -0700
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Bill Fenner <fenner@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/contrib/cvs/src client.c
Message-ID:  <20020708083018.A39552@FreeBSD.ORG>
In-Reply-To: <200207081005.g68A5ShU065183@freefall.freebsd.org>; from fenner@FreeBSD.org on Mon, Jul 08, 2002 at 03:05:28AM -0700
References:  <200207081005.g68A5ShU065183@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* De: Bill Fenner <fenner@FreeBSD.org> [ Data: 2002-07-08 ]
	[ Subjecte: cvs commit: src/contrib/cvs/src client.c ]
> fenner      2002/07/08 03:05:28 PDT
> 
>   Modified files:
>     contrib/cvs/src      client.c 
>   Log:
>   Always upload new files, even if the timestamps match.  This is a workaround

Why not check timestamps, then branches?  That seems like it will do the job
just as well, and not waste a lot of bandwidth?

>   for the trouble that DES and I had with MFCs: when "cvs update -jfoo -jbar"
>   creates a new file, it sets the version to 0 ("new") but sets the timestamp
>   in the Entries file to the timestamp of the file that's new on the branch.
>   The CVS client doesn't upload files whose timestamps match with the Entries
>   file, so these new files don't get uploaded to the server and the server
>   fails when trying to check them in.
>   
>   PR:             bin/40227
>   Approved by:    peter
>   MFC after:      2 weeks
>   
>   Revision  Changes    Path
>   1.7       +3 -2      src/contrib/cvs/src/client.c

-- 
Juli Mallett <jmallett@FreeBSD.org>       | FreeBSD: The Power To Serve
Will break world for fulltime employment. | finger jmallett@FreeBSD.org

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?20020708083018.A39552>