From owner-svn-doc-head@FreeBSD.ORG Sun May 20 16:40:48 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D24501065677 for ; Sun, 20 May 2012 16:40:48 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from glenbarber.us (onyx.glenbarber.us [199.48.134.227]) by mx1.freebsd.org (Postfix) with SMTP id 928BD8FC19 for ; Sun, 20 May 2012 16:40:48 +0000 (UTC) Received: (qmail 72347 invoked by uid 0); 20 May 2012 12:40:47 -0400 Received: from unknown (HELO glenbarber.us) (76.124.49.145) by 0 with SMTP; 20 May 2012 12:40:47 -0400 Date: Sun, 20 May 2012 12:40:45 -0400 From: Glen Barber To: Benjamin Kaduk Message-ID: <20120520164045.GB1591@glenbarber.us> References: <201205200037.q4K0bJwn055648@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-doc-head@freebsd.org, 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-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 20 May 2012 16:40:48 -0000 On Sun, May 20, 2012 at 04:15:48PM +0000, 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. > Thanks. :) > > > > - 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? > Definitely a good todo item. I think the main difference with the urgency to update the doc-specific items is mostly due to the lack of SVN->CVS conversion on the backend for csup/cvsup. But we should definitely have Subversion /usr/src documented in the Handbook. [...] > The repository URL appears as svn://svn.FreeBSD.org/doc/ above, but is all > lowercase here (and a couple other places). My personal preference would > be all lowercase, which makes it hard for me to remember exactly when (if > ever) the lowercase form of the domain/host name is actually supposed to > be used. > In any case, we should probably be consistent within the same document. > Thanks for spotting that. It really should be "FreeBSD.org" in uppercase. I'm only aware of one situation where the hostname is case sensitive, which is when setting ControlPath in ~/.ssh/config, where the hostname needs to be, for example, "projcvs.FreeBSD.org". Glen