Re: [patch] distinguish release and patch branch
Tobias Stoeckmann <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
If you want to patch your system (with patches provided on errata??.html), you want release source. As stated on stable.html, a patch branch already contains these patches. This should be changed to OPENBSD_3_7_BASE instead of textual change. Or, to be more precious: This should be changed to OPENBSD_4_2_BASE. Another possibility would be to adjust the passage to conform to anoncvs.html. Tobias Stoeckmann On Mon, Jan 28, 2008 at 05:54:05PM +0800, Dongsheng Song wrote: > Description: OPENBSD_3_7 is patch branch, not a release, release tag is > OPENBSD_3_7_BASE ! > > Dongsheng > > Index: cvsup.html > =================================================================== > RCS file: /home/dongsheng/wc/repo/www/cvsup.html,v > retrieving revision 1.112 > diff -u -p -r1.112 cvsup.html > --- cvsup.html 25 Sep 2007 15:15:13 -0000 1.112 > +++ cvsup.html 27 Jan 2008 23:01:56 -0000 > @@ -159,8 +159,8 @@ It is now simple to check out any one of > > <p> > The above will check out the most current sources. Many of you will only > -want the release sources, especially if you are patching your system. To > -checkout release sources you must specify a tag along with your command. > +want the patch branch sources, especially if you are patching your system. To > +checkout patch branch sources you must specify a tag along with your command. > For example: > <pre> > # cd /usr > Index: cvsync.html > =================================================================== > RCS file: /home/dongsheng/wc/repo/www/cvsync.html,v > retrieving revision 1.47 > diff -u -p -r1.47 cvsync.html > --- cvsync.html 14 Jan 2008 15:49:54 -0000 1.47 > +++ cvsync.html 27 Jan 2008 23:01:19 -0000 > @@ -154,8 +154,8 @@ It is now simple to check out any one of > > <p> > The above will check out the most current sources. Many of you will only > -want the release sources, especially if you are patching your system. To > -checkout release sources you must specify a tag along with your command. > +want the patch branch sources, especially if you are patching your system. To > +checkout patch branch sources you must specify a tag along with your command. > For example: > </p> > <pre>