<div dir="ltr">What Dan said is correct, but here's some detail: You fetch the repository files - the "origin".  You then create a local branch for 6.2, and connect it to the remote version (the "origin") with the same name.  You then checkout the branch files.  At this point, the 6.2 source files are on disk.  You could probably get away without the git pull command but it doesn't hurt.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jan 10, 2022 at 5:56 PM Mario Marietto <<a href="mailto:marietto2008@gmail.com">marietto2008@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I am not very experienced. So,which commands should I issue ?<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno lun 10 gen 2022 alle ore 23:54 Dan Cross <<a href="mailto:crossd@gmail.com" target="_blank">crossd@gmail.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">On Mon, Jan 10, 2022 at 5:47 PM Mario Marietto <<a href="mailto:marietto2008@gmail.com" target="_blank">marietto2008@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Something is not went well here I think :</div><div><br></div><div>I'm using this version before the upgrade :</div><div><br></div><div>root@marietto:/usr/src # uname -a</div><div><br><div>DragonFly marietto 
6.1-DEVELOPMENT DragonFly v6.1.0.589.gd52e31-DEVELOPMENT #1: Sat Jan  1 
17:38:32 CET 2022     
marietto@marietto:/usr/obj/usr/src/sys/X86_64_GENERIC  x86_64</div><div><br></div><div>So,I want to upgrade it to 6,2 and I do :<br></div><div><br></div></div><div>root@marietto:/home/marietto # cd /usr/src</div><div><br></div><div>root@marietto:/usr/src # git fetch origin</div>remote: Enumerating objects: 96, done.<br>remote: Counting objects: 100% (96/96), done.<br>remote: Compressing objects: 100% (68/68), done.<br>remote: Total 68 (delta 56), reused 0 (delta 0), pack-reused 0<br>Unpacking objects: 100% (68/68), 9.08 KiB | 31.00 KiB/s, done.<br>From git://<a href="http://git.dragonflybsd.org/dragonfly" target="_blank">git.dragonflybsd.org/dragonfly</a><br>   d52e317013..1dddac0a52  master                -> origin/master<br> * [new branch]            DragonFly_RELEASE_6_2 -> origin/DragonFly_RELEASE_6_2<br> * [new tag]               v6.2.1                -> v6.2.1<br> * [new tag]               v6.3.0                -> v6.3.0<br><div><br></div><div>root@marietto:/usr/src # git branch DragonFly_RELEASE_6_2 origin/DragonFly_RELEASE_6_2</div>Branch 'DragonFly_RELEASE_6_2' set up to track remote branch 'DragonFly_RELEASE_6_2' from 'origin'.<br><div><br></div><div>root@marietto:/usr/src # git checkout DragonFly_RELEASE_6_2</div>Switched to branch 'DragonFly_RELEASE_6_2'<br>Your branch is up to date with 'origin/DragonFly_RELEASE_6_2'.<br><div><br></div><div>root@marietto:/usr/src # git pull</div>Already up to date. ---> already up to date ? it's not true,since I'm using 6.1....shouldn't it get the new source code here ?<br></div></blockquote><div><br></div><div>You did when you checked out the branch. I believe the `git pull` is in these instructions in the off-chance that somethings is backported to the DragonFly_RELEASE_6_2 branch after this is written but before someone upgrades.</div><div><br></div><div>        - Dan C.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno lun 10 gen 2022 alle ore 21:12 Justin Sherrill <<a href="mailto:justin@shiningsilence.com" target="_blank">justin@shiningsilence.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">DragonFly 6.2.1 is released - here's the release page:<br><br><a href="https://www.dragonflybsd.org/release62/" target="_blank">https://www.dragonflybsd.org/release62/</a><br><br>6.2.0 was never released cause I screwed up tagging, so you can go right from 6.0 to 6.2.1.  Here's the 6.2.1 tag with a list of the commits since 5.8:<br><br><a href="https://lists.dragonflybsd.org/pipermail/commits/2022-January/820802.html" target="_blank">https://lists.dragonflybsd.org/pipermail/commits/2022-January/820802.html</a><br><br>The normal ISO and IMG files are available for download and install,<br>plus an uncompressed ISO image for those installing remotely.<br><br>If updating from an older version of DragonFly, bring in the 6.2 source:<br><br>> cd /usr/src<br>> git fetch origin<br>> git branch DragonFly_RELEASE_6_2 origin/DragonFly_RELEASE_6_2<br>> git checkout DragonFly_RELEASE_6_2<br>> git pull<br><div><div><p style="color:rgb(0,0,0);font-family:Tahoma,sans-serif">And then rebuild: (still in /usr/src)<br></p></div><div>> make build-all<br></div><div>> make install-all<br>> make upgrade<br><br>After your next reboot, you can optionally update your rescue system:<br><br>(reboot)<br>> cd /usr/src<br>> make initrd<br><br>Don't forget to upgrade your existing packages if you haven't recently:<br><br>> pkg update<br>> pkg upgrade<br></div></div><div><br></div></div>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr">Mario.<br></div>
</blockquote></div></div>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr">Mario.<br></div>
</blockquote></div>