Thread: PostgreSQL v6.5 - Tagged
Tagged with a release tag of 'REL6_5' ... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org
The Hermit Hacker <scrappy@hub.org> writes: > Tagged with a release tag of 'REL6_5' ... Er, don't you need to make a branch, not just tags? regards, tom lane
On Tue, 13 Jul 1999, Tom Lane wrote: > The Hermit Hacker <scrappy@hub.org> writes: > > Tagged with a release tag of 'REL6_5' ... > > Er, don't you need to make a branch, not just tags? Ya know something, after all these years, I'm still not 100% of the difference between the two :( I just 'branched' the tree off of the REL6_5 tag...personally, unless you get into multiple branches off of a tree at one tag point, I don't *think* that the branch is required, but, hell, better safe then sorry... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org
> On Tue, 13 Jul 1999, Tom Lane wrote: > > > The Hermit Hacker <scrappy@hub.org> writes: > > > Tagged with a release tag of 'REL6_5' ... > > > > Er, don't you need to make a branch, not just tags? > > Ya know something, after all these years, I'm still not 100% of the > difference between the two :( > > I just 'branched' the tree off of the REL6_5 tag...personally, unless you > get into multiple branches off of a tree at one tag point, I don't *think* > that the branch is required, but, hell, better safe then sorry... OK, I am snagging the REL6_5 branch now. -- Bruce Momjian | http://www.op.net/~candle maillist@candle.pha.pa.us | (610) 853-3000+ If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania19026
The Hermit Hacker <scrappy@hub.org> writes: > On Tue, 13 Jul 1999, Tom Lane wrote: >> Er, don't you need to make a branch, not just tags? > Ya know something, after all these years, I'm still not 100% of the > difference between the two :( I'm not either ... I just saw that cvs log was reporting it differently than it did for the REL6_4 stuff. regards, tom lane
On Tue, Jul 13, 1999 at 03:26:22PM -0400, Tom Lane wrote: > The Hermit Hacker <scrappy@hub.org> writes: > > On Tue, 13 Jul 1999, Tom Lane wrote: > >> Er, don't you need to make a branch, not just tags? > > > Ya know something, after all these years, I'm still not 100% of the > > difference between the two :( > > I'm not either ... I just saw that cvs log was reporting it differently > than it did for the REL6_4 stuff. My understanding is that a tag is just a convenient way to cluster a set of file versions so they can be checked out together. In practice, it's usually synonymous with using a particular -D date flag. A branch, on the other hand, allows the dreaded double patching - the branch can now evolve independently of the trunk, perhaps to be merged later, perhaps not. If you double patch, no need to merge, just abandon the branch when it gets too different. Ross (This is, of course, just my understanding, not backed by years of using CVS in a branching environment) -- Ross J. Reedstrom, Ph.D., <reedstrm@rice.edu> NSBRI Research Scientist/Programmer Computer and Information Technology Institute Rice University, 6100 S. Main St., Houston, TX 77005
Works for me...its now tag'd and branched :) On Tue, 13 Jul 1999, Ross J. Reedstrom wrote: > On Tue, Jul 13, 1999 at 03:26:22PM -0400, Tom Lane wrote: > > The Hermit Hacker <scrappy@hub.org> writes: > > > On Tue, 13 Jul 1999, Tom Lane wrote: > > >> Er, don't you need to make a branch, not just tags? > > > > > Ya know something, after all these years, I'm still not 100% of the > > > difference between the two :( > > > > I'm not either ... I just saw that cvs log was reporting it differently > > than it did for the REL6_4 stuff. > > My understanding is that a tag is just a convenient way to cluster a > set of file versions so they can be checked out together. In practice, > it's usually synonymous with using a particular -D date flag. > > A branch, on the other hand, allows the dreaded double patching - the > branch can now evolve independently of the trunk, perhaps to be merged > later, perhaps not. If you double patch, no need to merge, just abandon > the branch when it gets too different. > > Ross > (This is, of course, just my understanding, not backed by years of using > CVS in a branching environment) > > -- > Ross J. Reedstrom, Ph.D., <reedstrm@rice.edu> > NSBRI Research Scientist/Programmer > Computer and Information Technology Institute > Rice University, 6100 S. Main St., Houston, TX 77005 > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org