From owner-freebsd-current@FreeBSD.ORG Sun Jul 27 05:24:09 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0690B1065685 for ; Sun, 27 Jul 2008 05:24:09 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 816898FC19 for ; Sun, 27 Jul 2008 05:24:07 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so3305238fgb.35 for ; Sat, 26 Jul 2008 22:24:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=iLmDGf8gFNuueLzOHhiAR+SUtKWqcAI/xESLXPOBwfo=; b=vUcafc1MyC08G6O5l/v5O8i+jpdmH+6hoa89fby/r+TSbFDwJyA3pUlLXWPoMN/acD N8sBNITZPN49dTPRn33R+QDFMVrB37gTSRFjNkBVxnSqC1tnBqNSoMkOYvl8AxgfXLqY qkA5N+zY3miTE4f5bAkdq1dz9vANF9xilreiw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Dgw33lqkXzYSDvBO+S2AIyuUZdUPKI6Ch1oDC6xt+v3TqD0PQQxrv3vqG6rb03i/qD DB+gMTU7EzGKqUdGvgzgDkiNhZ7tpbQ5zQEFPio2fm7Dci8XFtmWasVvUjQ/++AYa5ij 2SAYhVJKr0Yz2zh/i+Z0Jz4WXiQZB5rylp0Lg= Received: by 10.86.26.1 with SMTP id 1mr1387222fgz.35.1217136246955; Sat, 26 Jul 2008 22:24:06 -0700 (PDT) Received: by 10.86.51.1 with HTTP; Sat, 26 Jul 2008 22:24:06 -0700 (PDT) Message-ID: <7d6fde3d0807262224h3d4329bfk4e8627bf57dc7204@mail.gmail.com> Date: Sat, 26 Jul 2008 22:24:06 -0700 From: "Garrett Cooper" To: "Ivan Voras" In-Reply-To: <7d6fde3d0807261747u579be045jfde9040b8783dc5b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7d6fde3d0807261517g9714b72hbcf777f49ff91e3b@mail.gmail.com> <7d6fde3d0807261747u579be045jfde9040b8783dc5b@mail.gmail.com> Cc: freebsd-current@freebsd.org Subject: Re: freebsd svn repo busted or bad usage? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2008 05:24:09 -0000 On Sat, Jul 26, 2008 at 5:47 PM, Garrett Cooper wrote: > On Sat, Jul 26, 2008 at 5:24 PM, Ivan Voras wrote: >> Garrett Cooper wrote: >>> >>> $ svn co svn://svn.freebsd.org/base/head >>> # ... >>> svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' >>> and tr >>> y again >>> svn: Can't open file >>> 'head/usr.bin/window/.svn/tmp/text-base/:ww.svn-base': No s >>> uch file or directory >>> gcooper@ob2 /cygdrive/e/freebsd/head >>> $ svn cleanup >>> >>> gcooper@ob2 /cygdrive/e/freebsd/head >>> $ svn up >>> svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' >>> and tr >>> y again >>> svn: Can't open file 'usr.bin/window/.svn/tmp/text-base/:ww.svn-base': No >>> such f >>> ile or directory >> >> Some non-specific things: >> >> - are you sure it isn't a Windows problem? Is your svn working for other >> repositories? >> - are you using svn 1.5? > > 1. Don't think it's a problem with cygwin, but I could be wrong. > Haven't tried with other repos yet... > 2. Nope. Cygwin packages svn 1.4.6. > > -Garrett Either it's the version of svn or the Cygwin / Vista environment I have setup, but I just spent the time to reconfigure my FreeBSD RELENG_7 VMware fusion VM and things appear to be working swimmingly now. Maybe write a note up somewhere about this caveat? Cheers, -Garrett