Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2020 15:51:15 -0300
From:      Renato Botelho <garga@FreeBSD.org>
To:        Michael Grimm <trashcan@ellael.org>, FreeBSD Current <freebsd-current@freebsd.org>, FreeBSD-STABLE Mailing List <freebsd-stable@freebsd.org>
Subject:   Re: HEADS UP: FreeBSD src repo transitioning to git this weekend
Message-ID:  <eac0e80c-d5a0-cac3-a537-ec84d26586ef@FreeBSD.org>
In-Reply-To: <E5394E7E-9F1D-4BAC-A6F2-EB03537274E3@ellael.org>
References:  <CANCZdfrUsaw5jpN1ybpk0ADXdQYam0_NO0mPJd0-FMbuxPruhw@mail.gmail.com> <C47EED5D-2997-49FE-8D17-AD64E1317033@ellael.org> <0bce6fd0-7a54-b90a-ac6b-24226d77a87f@FreeBSD.org> <E5394E7E-9F1D-4BAC-A6F2-EB03537274E3@ellael.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 23/12/20 15:20, Michael Grimm wrote:
> Renato Botelho <garga@FreeBSD.org> wrote:
> 
>> If you want to switch to a different already existing branch, as svn switch does, you should look at git-checkout.
>>
>> It can be a bit expensive due to the size of src repository so if you do work on multiple branches too often you can improve it using git-worktree.
> 
> If I understand git-worktree(1) correctly I will most probably not need it, because I will only follow one single branch stable/12, and soon stable/13. Or do I miss something important?

You are correct.  You can clone stable/12 now and when it's time just do

# git checkout stable/13

-- 
Renato Botelho



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?eac0e80c-d5a0-cac3-a537-ec84d26586ef>