From owner-freebsd-current@FreeBSD.ORG Sun Aug 17 02:46:27 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 96FEA1065676 for ; Sun, 17 Aug 2008 02:46:27 +0000 (UTC) (envelope-from rohit.trip@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.236]) by mx1.freebsd.org (Postfix) with ESMTP id A02B58FC1A for ; Sun, 17 Aug 2008 02:46:26 +0000 (UTC) (envelope-from rohit.trip@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2467987rvf.43 for ; Sat, 16 Aug 2008 19:46:26 -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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=qhBRbDum2TxoZnRu57pZfBrT4LhhcbJlMEAUfouUz/E=; b=QLkVPyLl75ySeJwHdP4cEOPrJiqBIuYh9XUVr5p2jgRIhg3hjY9pJm79anN+Cp9o/l /hzquicRFV144zHxD/rBWGmUUP4HECsievZZBDoI1dVOkUGC1ikUEeIQWIUT3z+asgZR fdv0bgwFSACxoKxE9bsNDsZjrwTCZjPjG9mtI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=v+2wtOsD2oXK0YLDt1XQwHgHyAme1RTnf7rJFhEEWX96Ll5MdmhTI018vp8Nr985tJ NkBbtWMG0mppIk/XRQPRidvqSK6u1Ct4oKCHMNxrHbr/C+0oEUq6V2iKD4LLwTFUdJ/Q UIMDrG7apU5K0JdxsHMBXEvPsD1dzNESbrdeY= Received: by 10.140.191.14 with SMTP id o14mr2421110rvf.130.1218941186169; Sat, 16 Aug 2008 19:46:26 -0700 (PDT) Received: by 10.141.42.5 with HTTP; Sat, 16 Aug 2008 19:46:26 -0700 (PDT) Message-ID: <33615c8e0808161946j7e6f717fpe03f5a3126931c96@mail.gmail.com> Date: Sat, 16 Aug 2008 22:46:26 -0400 From: "Rohit Tripathi" To: freebsd-current@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080809153916.GR99951@hoeg.nl> Subject: Re: [O/T] svn co fails for usr.bin/window 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, 17 Aug 2008 02:46:27 -0000 On Wed, Aug 13, 2008 at 9:45 AM, Marcin Wisnicki wrote: > On Mon, 11 Aug 2008 12:00:37 -0400, rohit.x.tripathi wrote: > If you really need to use windows, try cygwin with managed mounts: > > mkdir c:/cygwin/usr/src.managed > mount -o managed c:/cygwin/usr/src.managed /usr/src Thanks This worked for me, and to explain why I've been trying to checkout sources under both windows and linux is because: 1. My only internet connection at home is via wireless 2. The only wireless card in my laptop is a 4965AGN, and I have a symbol spectrum 24 which doesn't pick up any signals 3. I dual boot this laptop with fedora 9 which supports my wireless cards, and checkout sources via svn When I checkout from http://svn.freebsd.org/base/head I see that under /usr/src/head/share/man/man4/ several files are missing, one of them is acpi_video.4, it simply doesn't show up, and breaks buildworld.....not hallucinating, i tried it from scratch a few times! If however I use svn under cygwin, everything downloads fine. The other thing I tried earlier was to download src via tortoise svn on my work laptop which runs windows xp..... -Rohit