Date: Thu, 10 Sep 2009 14:16:05 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/release Makefile svnbranch.awk Message-ID: <200909101416.n8AEGJXa047205@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-09-10 14:16:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) release Makefile Added files: (Branch: RELENG_7) release svnbranch.awk Log: SVN rev 197067 on 2009-09-10 14:16:05Z by jhb MFC 196221: 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. Revision Changes Path 1.924.2.12 +50 -5 src/release/Makefile 1.1.4.2 +28 -0 src/release/svnbranch.awk (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909101416.n8AEGJXa047205>