Searched hist:b03ddec95f14af316c897ca9be31fd80dbb31198 (Results 1 – 1 of 1) sorted by relevance
/freebsd/release/ |
H A D | Makefile | diff b03ddec95f14af316c897ca9be31fd80dbb31198 Fri Aug 14 22:35:42 CEST 2009 John Baldwin <jhb@FreeBSD.org> 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) diff b03ddec95f14af316c897ca9be31fd80dbb31198 Fri Aug 14 22:35:42 CEST 2009 John Baldwin <jhb@FreeBSD.org> 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)
|