Getting to pre-release?

Currently I run 9.0-RELEASE-p4, but would like to ask - how safe and secure is it to run 9.1-PRERELEASE? Is it worth it or is it better to wait for RELEASE to come out?
 
I'm running 9-STABLE, which at this moment is 9.1-PRERELEASE.

The release candidate should be fine but it may still contain a few bugs that need to be ironed out before the actual release. That's why it's a release candidate.
 
Yes.

Code:
...
*default release=cvs tag=RELENG_9
...

in your supfile, then
Code:
csup your-supfile
and after build and install world and kernel
 
If you do, use svn instead of csup. CVS support is going to be removed soon anyway, and csup is a lot slower than svn.
 
It's not going to be gone any time soon. The downside of using SVN is that it requires a port whereas csup(1) does not.
 
If your intent is to upgrade to 9.1-RELEASE when it's released the correct branch is RELENG_9_1 with csup(1) and releng/9.1 with svn(1).

RELENG_9 will give you 9-STABLE that is the development for next minor version 9.2 and is already a bit different compared to the 9.1-RELEASE branch RELENG_9_1.
 
Back
Top