From owner-svn-doc-all@FreeBSD.ORG Mon May 21 12:52:46 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63C541065672; Mon, 21 May 2012 12:52:46 +0000 (UTC) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw5.york.ac.uk (mail-gw5.york.ac.uk [144.32.129.29]) by mx1.freebsd.org (Postfix) with ESMTP id 1B3F28FC0A; Mon, 21 May 2012 12:52:46 +0000 (UTC) Received: from ury.york.ac.uk ([144.32.108.81]:37187) by mail-gw5.york.ac.uk with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1SWS6P-00054V-58; Mon, 21 May 2012 13:52:45 +0100 Received: from gavin (helo=localhost) by ury.york.ac.uk with local-esmtp (Exim 4.77) (envelope-from ) id 1SWS6O-0002JP-VA; Mon, 21 May 2012 13:52:44 +0100 Date: Mon, 21 May 2012 13:52:44 +0100 (BST) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: Benjamin Kaduk In-Reply-To: Message-ID: References: <201205200037.q4K0bJwn055648@svn.freebsd.org> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Cc: svn-doc-head@freebsd.org, Glen Barber , svn-doc-all@freebsd.org, doc-committers@freebsd.org Subject: Re: svn commit: r38842 - head/en_US.ISO8859-1/books/fdp-primer/overview X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 12:52:46 -0000 On Sun, 20 May 2012, Benjamin Kaduk wrote: > On Sun, 20 May 2012, Glen Barber wrote: > > > Author: gjb > > Date: Sun May 20 00:37:19 2012 > > New Revision: 38842 > > URL: http://svn.freebsd.org/changeset/doc/38842 > > > > Log: > > Update the FDP Primer Overview chapter to reflect the CVS->SVN > > repository conversion: > > Thanks for stepping up and doing this. > > > > > - Update an overview of where (as in, what repository) various parts > > of the documentation project are located. > > - Update CVS->Subversion/svn where necessary. > > - Remove references to CVSup, CTM. > > Interestingly, I noted while looking around to remind myself of a few things, > that we seem to not document svn as a way to keep src/ up-to-date, > in the handbook ("Synchronizing Your Source") -- just CVSup and CTM. > Perhaps a todo item? I have a feeling that this is semi-deliberate - at least until we have an SVN distribution mechanism in place. I believe the plan is to prevent anonymous checkouts from svn.f.o at some point in the future, once a replacement infrastructure is available. I guess for doc it's unavoidable, but it's probably wise to at least consult with the svn meisters before making the change to the information for obtaining src. Gavin