CVSup: upgrade to 5-current

Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default CVSup: upgrade to 5-current

    I am attempting to upgrade from 5.3-RELEASE to 5.4-CURRENT. The line
    *default release=cvs tag=. seems to work but newvers.sh claims it to be
    6.0. What is the correct *default entry?



    Remington Guest

  2. Similar Questions and Discussions

    1. Either BOF or EOF is True, or the current record hasbeen deleted. Requested operation requires a current record
      Can anyone pls help? I am getting the following error when search my database. "ADODB.Field (0x800A0BCD Either BOF or EOF is True, or the...
    2. correct cvsup for 5.3 snapshot
      I am currently running a snapshot "FreeBSD 5.3-STABLE-SNAP001" and I want to update this...I am presuming to 5.3-STABLE ? Is this the correct...
    3. cvs broke? fresh install can't cvsup and buildworld
      2 machines installed and updated fine, #3 has errors on "cvsup -g -L 2 stable-supfile". the error messages say something about "head file", but...
    4. Cvsup Source
      I've been using cvsup to upgrade the ports on my Freebsd box, and it works great. My question is how often should you cvsup the src and do a...
    5. How to change the current thread current culture at run time.
      I have created a new culture : Dim objCulture As New CultureInfo("he") //hebrew When I tried to assign it to the current thread. ...
  3. #2

    Default Re: CVSup: upgrade to 5-current

    Remington wrote:
    > I am attempting to upgrade from 5.3-RELEASE to 5.4-CURRENT. The line
    > *default release=cvs tag=. seems to work but newvers.sh claims it to be
    > 6.0. What is the correct *default entry?
    >
    5.x isn't current 6.0 is, and 5.4 doesn't exist.

    You want tag=RELENG_5

    --
    Jeremy Faulkner <gldisater@gto.net>
    Jeremy Faulkner Guest

  4. #3

    Default Re: CVSup: upgrade to 5-current

    On Mon, Feb 21, 2005 at 03:06:17AM -0500, Jeremy Faulkner wrote:
    > Remington wrote:
    > >I am attempting to upgrade from 5.3-RELEASE to 5.4-CURRENT. The line
    > >*default release=cvs tag=. seems to work but newvers.sh claims it to be
    > >6.0. What is the correct *default entry?
    > >
    >
    > 5.x isn't current 6.0 is, and 5.4 doesn't exist.
    >
    > You want tag=RELENG_5
    Correct.

    I did that last night and ended up with 5.4-prerelease or something
    like that and had to start all over because I want 5.3-stable.
    Just FYI for other beginners out there that want 5.3 stable only,
    you need to use this from now on:

    tag=RELENG_5_3

    Andy
    Andy Firman Guest

  5. #4

    Default Re: CVSup: upgrade to 5-current

    On Thu, Feb 24, 2005 at 09:15:08AM -0500, Andy Firman wrote:
    > On Mon, Feb 21, 2005 at 03:06:17AM -0500, Jeremy Faulkner wrote:
    > > Remington wrote:
    > > >I am attempting to upgrade from 5.3-RELEASE to 5.4-CURRENT. The line
    > > >*default release=cvs tag=. seems to work but newvers.sh claims it to be
    > > >6.0. What is the correct *default entry?
    > > >
    > >
    > > 5.x isn't current 6.0 is, and 5.4 doesn't exist.
    > >
    > > You want tag=RELENG_5
    >
    > Correct.
    >
    > I did that last night and ended up with 5.4-prerelease or something
    > like that and had to start all over because I want 5.3-stable.
    > Just FYI for other beginners out there that want 5.3 stable only,
    > you need to use this from now on:
    >
    > tag=RELENG_5_3
    I am WRONG and need to correct this. Erik Trulsson on the current
    list politely told me this:

    Yes, they changed the name displayed by system from 5.3-STABLE to
    5.4-PRERELEASE to indicate that we are nearing the release of 5.4
    After 5.4-RELEASE is out the name will change to 5.4-STABLE

    5.3-STABLE and 5.4-PRELEASE mean essentially the same thing, namely the
    5-STABLE branch from some point in time after 5.3 was released but
    before 5.4 was released.

    See also the FAQ at
    [url]http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#RELEASE-CANDIDATE[/url]

    > If one wants 5.3-stable, they need to use this tag:
    >
    > tag=RELENG_5_3
    No, that will get you 5.3-RELEASE + critical bugfixes (especially
    security fixes) which is not the same thing as 5.3-STABLE

    If you want to follow the 5-STABLE development branch (which for a
    period of time was named 5.3-STABLE) you want
    tag=RELENG_5

    Andy Firman Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139