Hi,
Just wanted to verify that I'm doing things correctly. Since we're not supposed to use c(v)sup anymore, I checked the docs and followed instructions for using subversion to get the source tree, and build FreeBSD from that.
I know that I'd be able to use freebsd-update, but when jumping versions like this (7.x -> 8.x, 8.x -> 9.x) I still prefer mergemaster.
So, my current machine is running 8.3-RELEASE-p4, and I'd like to upgrade it to 9.1-RELEASE.
I did:
And later on I'd be able to update /usr/src with the command:
Is that correct?
I'm pulling the code to NL. I was wondering, aren't there any mirrors more close by? Could not find any on http://www.freebsd.org/doc/handbook/svn-mirrors.html
Just wanted to verify that I'm doing things correctly. Since we're not supposed to use c(v)sup anymore, I checked the docs and followed instructions for using subversion to get the source tree, and build FreeBSD from that.
I know that I'd be able to use freebsd-update, but when jumping versions like this (7.x -> 8.x, 8.x -> 9.x) I still prefer mergemaster.
So, my current machine is running 8.3-RELEASE-p4, and I'd like to upgrade it to 9.1-RELEASE.
I did:
Code:
pkg install -y subversion (I've built my own repositories with poudriere)
cd /usr/src
rm -rf *
svn checkout http://svn0.us-west.FreeBSD.org/base/releng/9.1 /usr/src
make buildworld
make buildkernel
... and so on
And later on I'd be able to update /usr/src with the command:
Code:
svn update /usr/src
Is that correct?
I'm pulling the code to NL. I was wondering, aren't there any mirrors more close by? Could not find any on http://www.freebsd.org/doc/handbook/svn-mirrors.html