CVS list writes: > > This rather chimes with my question about tagging and branches. I can come > up with some system to tag files, but I feel I'm re-inventing the wheel, and > - due to lack of experience - giving it corners! Examples of how a series of > real tags and branches might look would be very helpful. And as Alan asks, > what practices are there for recording it all.
You can always look at CVS's own source repository for one example. We use a floating tag (cvs1-11-x-branch-last-merge) that gets moved after every merge to keep track of the merge point rather than having a bunch of unique tags. -Larry Jones Do you think God lets you plea bargain? -- Calvin _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
