]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add the ability to build a release from an SVN checkout instead of a CVS
authorjhb <jhb@FreeBSD.org>
Fri, 14 Aug 2009 20:35:42 +0000 (20:35 +0000)
committerjhb <jhb@FreeBSD.org>
Fri, 14 Aug 2009 20:35:42 +0000 (20:35 +0000)
commit0bf7e62afcd04d831d3e938d18021d02451fd181
treed705c28ea0c1369a49aea4ed99da4ba47f22b9d3
parent0a642dc121383539cfb8bc2ee920bd33c2ccfa7c
Add the ability to build a release from an SVN checkout instead of a CVS
checkout.  If SVNROOT is specified, then the source tree will be checked
out from that SVN repository instead of using CVS.  ports and docs still
use CVS.  If SVNROOT is not specified, then the source tree will be checked
out using CVS.  An explicit SVN branch can be specified using SVNBRANCH
(e.g. SVNBRANCH=stable/8).  If SVNBRANCH is not set but RELEASETAG is set
to a CVS branch (such as RELENG_8) the appropriate SVN branch will be
inferred from the CVS branch using svnbranch.awk.

Note that there are still several open questions about using SVN instead
of CVS in the release process.  However, this does enable one to build a
release from an SVN repository if needed.

Approved by: re (kensmith)
release/Makefile
release/svnbranch.awk [new file with mode: 0644]