Mark Millard wrote on 2021/02/24 12:43:
> On 2021-Feb-23, at 19:26, Tatsuki Makino <tatsuki_mak...@hotmail.com> wrote:
> 
>> By the way, now 12.x-STABLE needs to bring the source with the following git 
>> command.
>> Is there an announcement about it anywhere?
>>
>> git clone -b stable/12 "https://git.FreeBSD.org/src.git"; /usr/src
>> git -C /usr/src/ fetch -- origin stable/12
>> git -C /usr/src/ merge --
>> git -C /usr/src/ reset --hard HEAD --
> 
> For only getting 12's source (not for committing source)
> . . .
> 

Thank you.
I was able to get r368787 and later with svnlite update :)

It's a pain to delete /usr/src every time, so I switch it with nullfs.
mount -t nullfs /home/svn/FreeBSD/base/stable/12 /usr/src
mount -t nullfs /home/git/FreeBSD/src/stable/12 /usr/src

Regards.

_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to