Wirun, Corey writes: > > In a nutshell (until I get a book), what would you suggest is the best way > (most efficient use of branches and tags) to be able to segregate > development for a release from previous releases. A straight linear trunk - > tagged with your releases? It sounds like branches are not necessarily a > good thing - over time. Then why use them (in CVS)?
Branches are best for short-term or otherwise limited use. Typically, main development occurs on the trunk with releases tagged. Branches are typically used for bug fixes (some people create a bug fix branch for each release as soon as the release is tagged, but most people wait until the branch is needed to create it) or for more complex development tasks that require collaboration between multiple developers. There are a number of on-line resources that you may want to consult: <http://ximbiot.com/cvs/cvshome/docs/> -Larry Jones It's no fun to play games with a poor sport. -- Calvin _______________________________________________ Info-cvs mailing list Info-cvs@nongnu.org http://lists.nongnu.org/mailman/listinfo/info-cvs