This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: CVS : Adding a new directory structue to a branch


On Tue, Oct 07, 2003 at 10:10:43AM -0700, Ian Lance Taylor wrote:
> That won't work by itself.  After doing the import, people who check
> out the trunk will get the new files in the new directories.

Ouch! Just confirmed that on a quick test repository. This leakage of
new files from a vendor branch to the main branch seriously bends my
mental model of parallel development.

There's always brute force, a.k.a. modules. Alias modules allow
exclusion subdirs for the dirs included, which might just suffice. I
haven't tried that at the file level.

Erik


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]