From owner-freebsd-current@FreeBSD.ORG Mon Aug 11 17:23:42 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 65CA7106564A for ; Mon, 11 Aug 2008 17:23:42 +0000 (UTC) (envelope-from emaste@freebsd.org) Received: from gw.sandvine.com (gw.sandvine.com [199.243.201.138]) by mx1.freebsd.org (Postfix) with ESMTP id 055888FC1D for ; Mon, 11 Aug 2008 17:23:40 +0000 (UTC) (envelope-from emaste@freebsd.org) Received: from labgw2.phaedrus.sandvine.com ([192.168.3.11]) by gw.sandvine.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 11 Aug 2008 13:11:25 -0400 Received: by labgw2.phaedrus.sandvine.com (Postfix, from userid 12627) id 108A811700; Mon, 11 Aug 2008 13:11:25 -0400 (EDT) Date: Mon, 11 Aug 2008 13:11:24 -0400 From: Ed Maste To: Marcel Moolenaar Message-ID: <20080811171124.GA70159@sandvine.com> References: <5AAD5E78-5AEE-4415-B557-0D3D1FE7A736@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5AAD5E78-5AEE-4415-B557-0D3D1FE7A736@mac.com> User-Agent: Mutt/1.4.2.1i X-OriginalArrivalTime: 11 Aug 2008 17:11:25.0503 (UTC) FILETIME=[49375CF0:01C8FBD5] Cc: Ed Schouten , rohit.x.tripathi@jpmchase.com, FreeBSD Current , Rohit Tripathi 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: Mon, 11 Aug 2008 17:23:42 -0000 On Mon, Aug 11, 2008 at 09:07:07AM -0700, Marcel Moolenaar wrote: > > On Aug 11, 2008, at 9:00 AM, rohit.x.tripathi@jpmchase.com wrote: > > >Thank you, it checks out fine now under linux and freebsd now, but > >under > >windows with tortoise svn throws the following error (due to unknown > >reasons, might be something with my environment): > > > >"Error: Can't check path 'C:\Documents and > >Settings\rohit\Desktop\freebsd\usr.bin\mail\aux.c': The parameter is > >incorrect." > > aux* is special under Windows as well. As is con.* as in the following files: sys/dev/digi/con.CX-IBM.h sys/dev/digi/con.CX.h sys/dev/digi/con.EPCX.h sys/dev/digi/con.MBank.h There's also quite a few cases of two files with the same name, differing only in case. For example: src/share/man/man9/vfs_mount.9 src/share/man/man9/VFS_MOUNT.9 Some windows filesystems also get upset on: src/share/doc/psd/15.yacc/ss.. -Ed