http://svnweb.freebsd.org/base/releng/10.0/. The final release version of 10.0 could be very near.
If you're now following stable/10 (or earlier version) and want to switch to releng/10.0 I'd recommend moving the old /usr/src out of the way and checking out a full new copy of releng/10.0.
Use svn(1) instead of svnlite(1) if you're on FreeBSD 9 or earlier. Replace the EU mirror address with one of the US mirrors if you're in the Americas.
I know there's the
Lastly a friendly little reminder about releng/* vs. release/* SVN branches. Never use the release/* branches, they are only snapshots frozen in time that will not receive security or other updates. Use the releng/* branches.
If you're now following stable/10 (or earlier version) and want to switch to releng/10.0 I'd recommend moving the old /usr/src out of the way and checking out a full new copy of releng/10.0.
mv /usr/src /usr/src.old svnlite co [url=https://svn0.eu.freebsd.org/base/releng/10.0]https://svn0.eu.freebsd.org/base/releng/10.0[/url] /usr/srcUse svn(1) instead of svnlite(1) if you're on FreeBSD 9 or earlier. Replace the EU mirror address with one of the US mirrors if you're in the Americas.
I know there's the
svn(lite) switch command but switching the branch using it causes some annoying problems with mergemaster(8) because svn(lite) switch will not change the revision tags in files that have not changed between the two branches and that leaves many /etc files with wrong revision tags.Lastly a friendly little reminder about releng/* vs. release/* SVN branches. Never use the release/* branches, they are only snapshots frozen in time that will not receive security or other updates. Use the releng/* branches.