From owner-freebsd-questions@FreeBSD.ORG Tue Feb 7 15:02:19 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EB6F1065673 for ; Tue, 7 Feb 2012 15:02:19 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id 1B1C38FC1C for ; Tue, 7 Feb 2012 15:02:19 +0000 (UTC) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.50]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id 4EB71A705E7 for ; Tue, 7 Feb 2012 10:02:17 -0500 (EST) Received: (qmail 20722 invoked from network); 7 Feb 2012 15:02:17 -0000 Received: by simscan 1.4.0 ppid: 11244, pid: 11109, t: 0.1593s scanners: clamav: 0.88.2/m:52/d:10739 Received: from unknown (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 7 Feb 2012 15:02:17 -0000 Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.8]) by be-well.ilk.org (Postfix) with ESMTP id 0EF4533C35; Tue, 7 Feb 2012 10:02:12 -0500 (EST) Received: by lowell-desk.lan (Postfix, from userid 1147) id ABB4439861; Tue, 7 Feb 2012 10:02:11 -0500 (EST) From: Lowell Gilbert To: Warren Block References: <4462fjeosv.fsf@lowell-desk.lan> Date: Tue, 07 Feb 2012 10:02:11 -0500 In-Reply-To: (Warren Block's message of "Mon, 6 Feb 2012 14:53:58 -0700 (MST)") Message-ID: <444nv24rgs.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: questions@freebsd.org Subject: Re: Querying a cvsup server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2012 15:02:19 -0000 Warren Block writes: > On Mon, 6 Feb 2012, Lowell Gilbert wrote: > >> Warren Block writes: >> >>> Is there a way to query one of the FreeBSD cvsup mirrors, something >>> like 'svn list -v svn:...' (only with cvs or csup)? I'm looking to >>> find the revision or date of a file. >> >> Anonymous CVS is probably the best approach for you. >> It's covered in the Handbook. > > The goal is to check arbitrary files on FreeBSD cvsup servers to see > if they are up to date. AFAIK, there are only a couple of anoncvs > servers and the normal cvsupN.freebsd.org servers don't do that. It's not clear why you're insisting on using the cvsup servers as opposed to anonymous CVS, but if you have to use those, then you need to download the whole repository in "CVS mode" and use cvs with that. The cvsup protocol does not support version control operations.