From owner-freebsd-questions@FreeBSD.ORG Mon Feb 6 20:07:42 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 1A47F106566C for ; Mon, 6 Feb 2012 20:07:42 +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 DC1BD8FC16 for ; Mon, 6 Feb 2012 20:07:41 +0000 (UTC) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.49]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id 7E4ACA7165C for ; Mon, 6 Feb 2012 14:37:26 -0500 (EST) Received: (qmail 21405 invoked from network); 6 Feb 2012 19:37:26 -0000 Received: by simscan 1.4.0 ppid: 3065, pid: 2469, t: 0.1373s scanners: clamav: 0.88.2/m:52/d:10739 Received: from unknown (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 6 Feb 2012 19:37:26 -0000 Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.8]) by be-well.ilk.org (Postfix) with ESMTP id 01C3D33C35; Mon, 6 Feb 2012 14:37:20 -0500 (EST) Received: by lowell-desk.lan (Postfix, from userid 1147) id 941B539828; Mon, 6 Feb 2012 14:37:20 -0500 (EST) From: Lowell Gilbert To: Warren Block References: Date: Mon, 06 Feb 2012 14:37:20 -0500 In-Reply-To: (Warren Block's message of "Sun, 5 Feb 2012 21:19:23 -0700 (MST)") Message-ID: <4462fjeosv.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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2012 20:07:42 -0000 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.