Upgrade FreeBSD source with
subversion
The following steps are needed to upgrade FreeBSD sources using
subversion.
- Install subversion from the ports.
- Run it once to create the proper environment:
sudo svn checkout http://svn.FreeBSD.org/base/releng/9.2 /usr/src
This will fail but create /root/.subversion
- Edit the file /root/.subversion/servers, in the
section [global] add the following lines:
http-proxy-host = 192.41.170.23
http-proxy-port = 3128
- You can now update FreeBSD source, above steps will not be
necessary anymore. The command is:
sudo svn checkout http://svn.FreeBSD.org/base/releng/9.2 /usr/src