I'll be moving from 9.0 -> 9.1 shortly
Before I even start, I know:
So don't give me this, as a solution!
I've deleted /usr/src and extracted 9.1's src.txz in it.
From this point on, I want it to be SVN-able (It doesn't have .svn/) in order to get patches.
Which svn command would scan and sync src tree, thus create .svn/ as a result.
Then I just:
..., onward.
Before I even start, I know:
Code:
svn co svn://svn.freebsd.org/base/releng/9.1 /usr/src
I've deleted /usr/src and extracted 9.1's src.txz in it.
From this point on, I want it to be SVN-able (It doesn't have .svn/) in order to get patches.
Which svn command would scan and sync src tree, thus create .svn/ as a result.
Then I just:
Code:
svn up /usr/src