Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2012 20:45:54 -0400
From:      "David J. Weller-Fahy" <dave-lists-freebsd-questions@weller-fahy.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: How to use subversion to keep source, system and doc files up to date?
Message-ID:  <20120927004554.GD933@weller-fahy.com>
In-Reply-To: <CAFS4T6bg9ZOoFG%2B_h9dMQ_9cWvA3wueay6AvEY86=6GSN-524Q@mail.gmail.com> <CAFS4T6ZziRkEHdcsnARMPjwSwAS5xRfpHzRUnyEpVkfQwf157A@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--2/5bycvrmDh4d1IB
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

While I track CURRENT, not STABLE, the process should not be
significantly different.  Here is what I do.

* Ed Flecko <edflecko@gmail.com> [2012-09-26 17:18 -0400]:
> I follow the documentation to keep my system up to date by doing:

Here I update the src tree.

# svn update /usr/src/

> # cd /usr/src
> # make buildworld
> # make buildkernel
> # make installkernel
> # shutdown -r now
>=20
> and then...
>=20
> # mount -u /

Here, instead of "# mount -a -t ufs" I use "# zfs mount -a".

> # adjkerntz -i
> [...]
> # reboot

* Ed Flecko <edflecko@gmail.com> [2012-09-26 18:50 -0400]:
> Do you have any feedback using subversion? I know I can still use
> csup; I'm basically trying to figure out how to subversion to achieve
> the same result.

For ports, I do the following.

# svn update /usr/ports/
# cd /usr/ports
# make fetchindex
# pkg_version -l '<'

Then update any ports which need updating.  There is, AFAICT, minimal
difference between what I used to do with csup, and what I do now with
svn.  Of course, the first time I used subversion was doing this... so I
may be doing it wrong. ;)

HTH,
--=20
dave [ please don't CC me ]

--2/5bycvrmDh4d1IB
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)

iD8DBQFQY6HCzahokXOb2UwRApIPAJ42ETqSCHXyEX3HEVVLYL9EEthMXgCePj0N
dIybM5Pua4fEAJm5j5s/Z44=
=mNHx
-----END PGP SIGNATURE-----

--2/5bycvrmDh4d1IB--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120927004554.GD933>