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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to