From owner-svn-doc-head@FreeBSD.ORG Fri Jul 4 11:38:10 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4292539E; Fri, 4 Jul 2014 11:38:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1553B2FD6; Fri, 4 Jul 2014 11:38:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s64Bc9Mh005392; Fri, 4 Jul 2014 11:38:09 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s64Bc9oO005391; Fri, 4 Jul 2014 11:38:09 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201407041138.s64Bc9oO005391@svn.freebsd.org> From: Gavin Atkinson Date: Fri, 4 Jul 2014 11:38:09 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45206 - head/en_US.ISO8859-1/htdocs/developers X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2014 11:38:10 -0000 Author: gavin Date: Fri Jul 4 11:38:09 2014 New Revision: 45206 URL: http://svnweb.freebsd.org/changeset/doc/45206 Log: Reword intro so as to not repeat the link to the Subversion site, and switch links to svnweb from http to https. Modified: head/en_US.ISO8859-1/htdocs/developers/cvs.xml Modified: head/en_US.ISO8859-1/htdocs/developers/cvs.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/developers/cvs.xml Fri Jul 4 10:35:34 2014 (r45205) +++ head/en_US.ISO8859-1/htdocs/developers/cvs.xml Fri Jul 4 11:38:09 2014 (r45206) @@ -16,26 +16,26 @@

Subversion

Subversion + (SVN for short) is the tool the &os; Project uses for keeping its sources under control. Every change (with an accompanying log message explaining its purpose) is stored. It can be easily viewed from the web interface mentioned below.

-

In June 2008, development of the base system moved to a different - version control system, Subversion - (SVN for short). The web +

In June 2008, development of the base system migrated from CVS to + Subversion. The web interface is available for browsing the repository.

In May 2012, the FreeBSD Documentation Project moved from CVS to Subversion. There is a web interface + href="https://svnweb.FreeBSD.org/doc/">web interface available for browsing the contents of the FreeBSD Documentation Project SVN repository.

In July 2012, the FreeBSD Ports tree moved from CVS to Subversion. There is a web interface for + href="https://svnweb.FreeBSD.org/ports/">web interface for browsing the repository.

Other options