From owner-cvs-all@FreeBSD.ORG Wed Apr 21 06:04:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C73C216A4CE; Wed, 21 Apr 2004 06:04:50 -0700 (PDT) Received: from srv01.sparkit.no (srv01.sparkit.no [193.69.116.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DB8F43D60; Wed, 21 Apr 2004 06:04:50 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Received: from ws ([193.69.114.88]) by srv01.sparkit.no (8.12.10/8.12.10) with ESMTP id i3LD4gcZ095538; Wed, 21 Apr 2004 15:04:42 +0200 (CEST) (envelope-from eivind@FreeBSD.org) Received: from ws (localhost [127.0.0.1]) by ws (8.12.9/8.12.10) with ESMTP id i3LD3GTH007404; Wed, 21 Apr 2004 13:03:16 GMT (envelope-from eivind@ws) Received: (from eivind@localhost) by ws (8.12.9/8.12.10/Submit) id i3LD3Fia007403; Wed, 21 Apr 2004 13:03:15 GMT (envelope-from eivind) Date: Wed, 21 Apr 2004 13:02:14 +0000 From: Eivind Eklund To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20040421130214.GC5052@FreeBSD.org> References: <200404181922.i3IJMkTf044706@repoman.freebsd.org> <20040419032304.GA61048@regency.nsu.ru> <20040419103101.GB26102@dragon.nuxi.com> <20040419110810.GA24385@regency.nsu.ru> <20040420200903.GA6174@dragon.nuxi.com> <20040421094050.GA5052@FreeBSD.org> <40864E82.90904@portaone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.4i cc: Alexey Dokuchaev cc: Maxim Sobolev cc: Clement Laforet cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org cc: David O'Brien cc: cvs-ports@FreeBSD.org Subject: Re: files/patch-* pathname separators X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2004 13:04:51 -0000 On Wed, Apr 21, 2004 at 02:30:24PM +0200, Dag-Erling Smørgrav wrote: > Maxim Sobolev writes: > > I disagree. `::' is pretty harmless, I never had any problems due to > > it. And, yes, I use bash as my primary shell. > > Seconded. I like the :: convention, and David seems to be the only > one to have a problem with it. I also tend to like the ::-convention, as it is the same separator as used in various programming languages (Ruby, Perl, C++, etc) and thus already is in the "separator" slot in my mind. However, in private mail David referred to a previous discussion that he said had resulted in a decision against it. Is there anybody out there that agree with David in this? I'd really ike to document *something* as the canonical form - and that shouldn't be "patch-aa". If the consensus is that this should use :: as a separator, I'm very happy with that - and if it is that it should be +, I'm more happy with that than with variation :-) Eivind.