This is the mail archive of the gcc@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]

Re: Beyond GCC 3.0


> Think of it as the difference between a tape drive (sequential access) and a
> disk drive (random access).  As an example, consider code that Joe made
> a change, then Jill, then Jack. In CVS your choices are to get (1) none of the
> changes, (2) Joe's change, (3) Joe + Jill's changes, or (4) Joe + Jill + Jack's

Well, if Joe, Jill, and Jack each checked into branches of their own,
you just ask for the changes one by one.

If it's all on the trunk, or in the same branch, you can also get the
changes one by one, or you can get them all (or up to a point) and
then back out individual changes.


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