Re: [patch] distinguish release and patch branch
Nick Holland <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
Tobias Stoeckmann wrote: > 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 actually, there is no reason to provide YET ANOTHER (and very incomplete and curiously wrong (missing the -P flag!)) set of instructions on using cvs. The numerous issues with this one tiny section convinced me to just remove it, point out that you have just a copy of the repository, and point the user at faq5.html and cvs(1). Further, you missed the first line of the file... Right at this moment, Tobias is probably laughing at me, over how many times *I* missed that same first line. :) While in the neighborhood, I noticed that the sizes were horribly out of date, and the xenocara tree was missing. Also made similar changes to www/cvsup.html, which is where this was seemingly copied from. Nick. > 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>