MFC 196337: Document the newly added SVNCMDARGS, SVNROOT, and SVNBRANCH

variables.

Approved by:	re (kib)
This commit is contained in:
John Baldwin 2009-08-17 17:13:17 +00:00
parent 7e2d0af9e0
commit 84dbe0452d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/8/; revision=196338

View File

@ -390,6 +390,35 @@ of the CVS tree
.It Va SEPARATE_LIVEFS
Store the live file system on its own CD-ROM image rather than placing it on
the first disc.
.It Va SVNCMDARGS
Additional arguments for svn
.Ic checkout
and
.Ic switch
commands.
.It Va SVNROOT
The location of the FreeBSD SVN source repository.
If this variable is set,
then the source tree will be extracted using Subversion rather than
CVS.
.It Va SVNBRANCH
The branch to check out from a SVN source repository.
It is specified as a path such as
.Pa head
or
.Pa stable/7 .
If this variable is not set,
then the branch that corresponds to the current value of
.Va RELEASETAG
will be used.
If neither
.Va SVNBRANCH
nor
.Va RELEASETAG
are set,
then the
.Pa head
branch will be used.
.It Va TARGET_ARCH
The target machine processor architecture.
This is analogous to the