diff --git a/en/developers/Makefile b/en/developers/Makefile new file mode 100644 index 0000000000..afd712acbf --- /dev/null +++ b/en/developers/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD: www/en/developers/Makefile,v 1.16 2004/05/05 07:56:31 josef Exp $ + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +DOCS= cvs.sgml + +.include "${WEB_PREFIX}/share/mk/web.site.mk" \ No newline at end of file diff --git a/en/developers/cvs.sgml b/en/developers/cvs.sgml new file mode 100644 index 0000000000..18747752d3 --- /dev/null +++ b/en/developers/cvs.sgml @@ -0,0 +1,63 @@ + + + + %navincludes; + %includes; +]> + + +&header; + +
CVS (the + Concurrent Version System) is the tool we use for keeping our sources + under control. Every change (with accompanying log message explaining + its purpose) from FreeBSD 2.0 to the present is stored here. It can be + easily viewed from the web interface mentioned below. To obtain a complete copy + of the FreeBSD CVS repository or any of the development branches inside + it, you may choose any one of following options:
+ +Mirrors of the CVS Repository cgi script are available in + Germany, + Japan, + Portugal, + San Marino, + Spain, + USA/California and + Ukraine.
+ +A public Subversion mirror of the FreeBSD src/ CVS repository is + provided at svn://svn.clkao.org/freebsd/. A web interface is + also available. This is intended for people who would like to + try the svk distributed version control system.
+ +&footer; + + +