Solved svn not picking up patch-level commits

Just not my day. Since the release of 12.0 I have pulled in a new /usr/src any number of times with 'svn update' but all I get is 12.0. There is at least a -p1 out there. What subversion repository should I have initially pulled? I've been starting with this:
svn co http://svn.freebsd.org/base/releng/12.0 /usr/src

There was a time when it was svn.us-west.freebsd.org. How often will this change?
 
Thank you for the confirmation. But that is not pulling in 12.0-p1 for me. If I run 'svn update' and then look at /usr/src/sys/conf/newver.sh it still shows
That's the correct URL for 12.0-RELEASE plus security and errata fixes.

Sometime before 18:40 of the 15th I was able to pick up the svn amd64 files up to and including -p2 on the kernel via the URL you confirmed. There was some minutes where the svn site said it was inaccessible, but then it was not. Everything built fine. Thanks for the URL confirmation.
 
Back
Top