Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2008 13:11:24 -0400
From:      Ed Maste <emaste@freebsd.org>
To:        Marcel Moolenaar <xcllnt@mac.com>
Cc:        Ed Schouten <ed@80386.nl>, rohit.x.tripathi@jpmchase.com, FreeBSD Current <freebsd-current@freebsd.org>, Rohit Tripathi <rohit.trip@gmail.com>
Subject:   Re: [O/T] svn co fails for usr.bin/window
Message-ID:  <20080811171124.GA70159@sandvine.com>
In-Reply-To: <5AAD5E78-5AEE-4415-B557-0D3D1FE7A736@mac.com>
References:  <OF352F3C54.F5B4272A-ON852574A2.005130B0-852574A2.0057F2DC@jpmchase.com> <5AAD5E78-5AEE-4415-B557-0D3D1FE7A736@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080811171124.GA70159>