From owner-freebsd-stable@FreeBSD.ORG Sat Sep 24 20:18:41 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 692371065670 for ; Sat, 24 Sep 2011 20:18:41 +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 1B47B8FC16 for ; Sat, 24 Sep 2011 20:18:40 +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 p8OK8NMs010769 for ; Sat, 24 Sep 2011 15:08:23 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <4E7E38B7.5020101@missouri.edu> Date: Sat, 24 Sep 2011 15:08:23 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Problems with cvs from cvs-repository X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2011 20:18:41 -0000 I see that a lot of RELENG_9 tags have been created in the last day or so. So I thought I would get the sources in the following manner: I downloaded the complete cvs repository using cvsup. Then I ran the commands env CVSROOT=/whereever-it-is/cvs cvs co -rRELENG_9 src and nothing happened except the directory src was created. However if I try cvsup with RELENG_9, it works just fine. Is this something to do with svn to cvs conversion, and somehow something isn't set quite right? Or did I completely mess up the commands?