I want to follow the "release" branch for my server.
I *think* these commands are correct if I'm using subversion?
In this example, I'm only interested in the US English documentation.
Are these correct to follow the release branch?
Thank you,
Ed
I *think* these commands are correct if I'm using subversion?
Code:
/usr/local/bin/svn co svn://svnweb.freebsd.org/ports/head/ /usr/ports
/usr/local/bin/svn co svn://svnweb.freebsd.org/base/release/10.1.0/ /usr/src
/usr/local/bin/svn co svn://svnweb.freebsd.org/doc/release/10.1.0/en_US.ISO8859-1 /usr/doc
In this example, I'm only interested in the US English documentation.
Are these correct to follow the release branch?
Thank you,
Ed