This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: CVS on savannah
Andrew Walrond writes:
> On Monday 05 Jan 2004 10:31 am, Andrew Haley wrote:
> >
> > It isn't possible to do this consistently, because CVS commits are not
> > atomic. It is always possible for a developer to check out an
> > inconsistent repository.
>
> So a cvs checkout from the master repository can result in an inconsistent
> local copy?
Correct. Changes to files are atomic, but that's all.
Andrew.