From owner-freebsd-current@FreeBSD.ORG Tue Jul 5 01:05:05 2011 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD0791065673 for ; Tue, 5 Jul 2011 01:05:05 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 9FEF18FC17 for ; Tue, 5 Jul 2011 01:05:05 +0000 (UTC) Received: from [127.0.0.1] (wilberforce.math.missouri.edu [128.206.184.213]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p65153nM092239; Mon, 4 Jul 2011 20:05:03 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <4E12633F.9010608@missouri.edu> Date: Mon, 04 Jul 2011 20:05:03 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110516 Thunderbird/3.1.10 MIME-Version: 1.0 To: jhell References: <4E0F3A53.3040309@yahoo.com> <20110703032553.GA77276@DataIX.net> <4E10D63A.5000706@missouri.edu> In-Reply-To: <4E10D63A.5000706@missouri.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-current@freebsd.org" Subject: Re: Problems with cvsup on FreeBSD 9, AMD64, osreldate: 900038 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2011 01:05:05 -0000 On 07/03/2011 03:51 PM, Stephen Montgomery-Smith wrote: > On 07/02/2011 10:25 PM, jhell wrote: > >> Use csup(1) in base. This is in 7, 8& 9. cvsup has been deprecated for >> much longer than it really needed to be and should probably be removed >> from use as a client entirely and links generated for installation of >> cvsup -> csup. >> >> Only drawback for you may be no X interface but it really was not that >> pretty in the first place and served no real good purpose over the >> functionality of the command line client. > > Another drawback to csup is that csup doesn't seem to recognize the > .cvsup/auth file. At least not on FreeBSD 7 of a few months ago. > > I run CTM generation, and I need access to cvsup-master. > My mistake. I found that in FreeBSD-CURRENT that csup does recognize .csup/auth. Any timetable on when this will by MFCed to FreeBSD 7 and 8? Incidentally, csup needs the following diff applied, so that I can continue to use "FreeBSD" in my auth file: 195c195 < if (strcmp(auth->server, server) != 0) --- > if (strcasecmp(auth->server, server) != 0) I'll file a PR.