From owner-freebsd-ports@FreeBSD.ORG Tue Apr 22 13:31:19 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84B762D1 for ; Tue, 22 Apr 2014 13:31:19 +0000 (UTC) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 487EE16D3 for ; Tue, 22 Apr 2014 13:31:18 +0000 (UTC) Received: from gate.nw-fva.de ([134.76.242.1] helo=pc028.nfv) by mailer.gwdg.de with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1Wcan3-0002hB-W7; Tue, 22 Apr 2014 15:31:14 +0200 Message-ID: <53566F1D.20401@gwdg.de> Date: Tue, 22 Apr 2014 15:31:09 +0200 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Thomas Mueller , freebsd-ports@freebsd.org Subject: Re: Subversion can't update ports tree: bug somewhere? References: <876212.25244.bm@smtp113.sbc.mail.ne1.yahoo.com> In-Reply-To: <876212.25244.bm@smtp113.sbc.mail.ne1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 13:31:19 -0000 Am 22.04.2014 15:01 (UTC+1) schrieb Thomas Mueller: > I am unable to update ports tree using subversion, where I was consistently successful until now, because of a supposedly missing file: > > root@amelia4:/BETA1/usr/ports # svn up . > > I get following error: > > svn: E000002: Can't open file '/usr/ports/x11/libxcb/files/patch-64bit-packed': No such file or directory > > Is there a bug on the server, or what else can I do? Delete ports tree and checkout anew? > > I am on 11-current amd64 here, though I got the same error running svn from NetBSD-current amd64. > > Something must have gone awry with the ports tree, either in my svn download or on the server. > > By the way, I just tried "svn up ." in /usr/doc directory, and that successfully updated to revision 44625. > > Tom It is unlikely, but did you try 'svn upgrade' and after it 'svn update'? HTH, Rainer