From owner-freebsd-questions@FreeBSD.ORG Mon Feb 6 21:54:05 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 7434C106564A for ; Mon, 6 Feb 2012 21:54:05 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 346EC8FC0C for ; Mon, 6 Feb 2012 21:54:04 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q16LrwOK080143; Mon, 6 Feb 2012 14:53:58 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q16LrwoJ080140; Mon, 6 Feb 2012 14:53:58 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 6 Feb 2012 14:53:58 -0700 (MST) From: Warren Block To: Lowell Gilbert In-Reply-To: <4462fjeosv.fsf@lowell-desk.lan> Message-ID: References: <4462fjeosv.fsf@lowell-desk.lan> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Mon, 06 Feb 2012 14:53:58 -0700 (MST) Cc: questions@freebsd.org Subject: Re: Querying a cvsup server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2012 21:54:05 -0000 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.