Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2009 17:13:17 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r196338 - stable/8/share/man/man7
Message-ID:  <200908171713.n7HHDHMZ084871@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Mon Aug 17 17:13:17 2009
New Revision: 196338
URL: http://svn.freebsd.org/changeset/base/196338

Log:
  MFC 196337: Document the newly added SVNCMDARGS, SVNROOT, and SVNBRANCH
  variables.
  
  Approved by:	re (kib)

Modified:
  stable/8/share/man/man7/   (props changed)
  stable/8/share/man/man7/release.7

Modified: stable/8/share/man/man7/release.7
==============================================================================
--- stable/8/share/man/man7/release.7	Mon Aug 17 17:09:14 2009	(r196337)
+++ stable/8/share/man/man7/release.7	Mon Aug 17 17:13:17 2009	(r196338)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908171713.n7HHDHMZ084871>