Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 1997 23:21:25 -0700 (PDT)
From:      Julian Elischer <julian@whistle.com>
To:        peter@freebsd.org, hackers@freebsd.org
Subject:   CVS upgrade really a downgrade..
Message-ID:  <Pine.BSF.3.95.970701231421.24900A-100000@current1.whistle.com>

next in thread | raw e-mail | index | archive | help
The new CVS breaks our build environment here in one particular way.
We have a 'warehouse' of modules (e.g. samba, apache etc.)
which we check out into a tree for building a specific product.
differnt products might use different modules in a differnt configuration.
thus our build tree has sub branches that come from differnt parts of the
CVS tree. The new CVS doesn't handle this as easily as the 
old one.
In particular the CVS/Entries file seems to get updated
with a D/dirname//// entry whenever it traverses
into such a subdirectory, however if we remove the 
subdirectory, (in a "make clean") (it was only checkied out there
during the build) CVS then throws up a the next build
because it has an entry for the dir, but it isn't
in teh repository in that place (because it came from
somewhere else).

does anyone know why this was changed?
Aren't composite trees supported any more?

julian





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.970701231421.24900A-100000>