<p dir="ltr">You can go from release to master, but you can't go back to release if you do.</p>
<div class="gmail_quote">On 12 Jun 2015 17:38,  <<a href="mailto:nans_nans1@yahoo.de">nans_nans1@yahoo.de</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ok. Thank you all.<br>
Last question: I run 4.0.4. Is it possible to upgrade to master branch or have i to stay in release branch?<br>
<br>
--------------------------------------------<br>
Matthias Sund <<a href="mailto:matthias_play@gmx.net">matthias_play@gmx.net</a>> schrieb am Do, 11.6.2015:<br>
<br>
 Betreff: Aw: AW: Re: Development branch<br>
 An: <a href="mailto:nans_nans1@yahoo.de">nans_nans1@yahoo.de</a><br>
 CC: <a href="mailto:users@dragonflybsd.org">users@dragonflybsd.org</a><br>
 Datum: Donnerstag, 11. Juni, 2015 22:51 Uhr<br>
<br>
<br>
 You may also use the source repo. You should be able to<br>
 check out tagged revision v4.0.5 before you start the<br>
 build:<br>
<br>
 'git checkout v4.0.5'.<br>
<br>
  <br>
<br>
 In case you want  to follow a release branch, let us<br>
 say 4.0, you can check this revision out with:<br>
<br>
 'git checkout DragonFly_RELEASE_4_0' and update<br>
 your local copy as usual with<br>
<br>
 'git pull'.<br>
<br>
<br>
  <br>
<br>
 The master branch really is the devoted to DragonFly<br>
 development and that is you get every developer commit<br>
 whereas the release branches only contain revisions of<br>
 DragonFly releases.<br>
<br>
  <br>
<br>
<br>
 Gesendet: Donnerstag, 11. Juni 2015 um 17:40<br>
 Uhr<br>
<br>
 Von: nans_nans1 <<a href="mailto:nans_nans1@yahoo.de">nans_nans1@yahoo.de</a>><br>
<br>
 An: "Matthias Sund"<br>
 <<a href="mailto:matthias_play@gmx.net">matthias_play@gmx.net</a>>, <a href="mailto:users@dragonflybsd.org">users@dragonflybsd.org</a><br>
<br>
 Betreff: Aw: AW: Re: Development branch<br>
<br>
<br>
  <br>
<br>
 Ok. But sorry for my further question: And how can i<br>
 update to 4.0.5 if i running 4.0.4?<br>
<br>
 What is here difference?<br>
<br>
  <br>
<br>
<br>
 Von<br>
 Samsung Mobile gesendet<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
 -------- Ursprüngliche Nachricht --------<br>
<br>
 Von: Matthias Sund <<a href="mailto:matthias_play@gmx.net">matthias_play@gmx.net</a>><br>
<br>
 Datum: 11.06.2015 14:37 (GMT+01:00)<br>
<br>
 An: <a href="mailto:nans_nans1@yahoo.de">nans_nans1@yahoo.de</a><br>
<br>
 Betreff: Aw: AW: Re: Development branch<br>
<br>
<br>
<br>
  <br>
<br>
  <br>
<br>
 Hi,<br>
<br>
  <br>
<br>
 you need to check out the master branch from DragonFly<br>
 source repo:<br>
<br>
  <br>
<br>
 cd /usr; make src-create && make<br>
 src-checkout<br>
<br>
  <br>
<br>
 You should have checked out master branch after that.<br>
 You might check that with:<br>
<br>
  <br>
<br>
 cd /usr/src; git branch<br>
<br>
  <br>
<br>
 which should write "* master" to the<br>
 terminal.<br>
<br>
  <br>
<br>
 To actually upgrade the system, you need to issue the<br>
 following steps with optional steps in paranthesis:<br>
<br>
  <br>
<br>
 1. cd /usr/src<br>
<br>
 2. (git pull) updates the sources to the latest devel<br>
 version<br>
<br>
 3. make buildworld && make buildkernel<br>
<br>
 4. make installkernel && make installworld<br>
 && make upgrade<br>
<br>
 5. reboot<br>
<br>
  <br>
<br>
 In step 3, you may use "make -j[number of<br>
 available CPU cores] ..." to speed up the build<br>
 processes.<br>
<br>
  <br>
<br>
 Regards<br>
<br>
 Matthias<br>
<br>
<br>
 Gesendet: Donnerstag, 11. Juni 2015 um 13:49<br>
 Uhr<br>
<br>
 Von: nans_nans1 <<a href="mailto:nans_nans1@yahoo.de">nans_nans1@yahoo.de</a>><br>
<br>
 An: "John Marino"<br>
 <<a href="mailto:dragonflybsd@marino.st">dragonflybsd@marino.st</a>>, <a href="mailto:users@dragonflybsd.org">users@dragonflybsd.org</a><br>
<br>
 Betreff: AW: Re: Development branch<br>
<br>
<br>
 Thank you. But, please, give me instructions what i<br>
 have to do in detail.<br>
<br>
  <br>
<br>
  <br>
<br>
<br>
 Von<br>
 Samsung Mobile gesendet<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
 -------- Ursprüngliche Nachricht --------<br>
<br>
 Von: John Marino <<a href="mailto:dragonflybsd@marino.st">dragonflybsd@marino.st</a>><br>
<br>
 Datum: 11.06.2015 13:25 (GMT+01:00)<br>
<br>
 An: <a href="mailto:nans_nans1@yahoo.de">nans_nans1@yahoo.de</a>,<a href="mailto:users@dragonflybsd.org">users@dragonflybsd.org</a><br>
<br>
 Betreff: Re: Development branch<br>
<br>
<br>
<br>
<br>
<br>
 On 6/11/2015 13:18, <a href="mailto:nans_nans1@yahoo.de">nans_nans1@yahoo.de</a> wrote:<br>
<br>
 > Hi<br>
<br>
 ><br>
<br>
 > is it possible to stay in development branch for every<br>
 update forever?<br>
<br>
 ><br>
<br>
 > If yes, how can i do this?<br>
<br>
 ><br>
<br>
<br>
<br>
<br>
<br>
 Build from source and have git set to the "master"<br>
 branch.  By<br>
<br>
 definition, it is always development.  It got changed to<br>
 version 4.3<br>
<br>
 (from 4.1) this morning.<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</blockquote></div>