Re: Google Summer of Code - Case Insensitive Filenames

2008-03-26 Thread Corey McClymonds
On Tue, Mar 25, 2008 at 9:43 PM, Cesar Izurieta [EMAIL PROTECTED] wrote: On Tue, Mar 25, 2008 at 12:02 PM, Kai Blin [EMAIL PROTECTED] wrote: On Tuesday 25 March 2008 17:21:20 Austin English wrote: An option yes, but it should not be the default course of action. As Rahyen said, a

Re: Google Summer of Code - Case Insensitive Filenames

2008-03-25 Thread Kai Blin
On Tuesday 25 March 2008 01:45:11 Cesar Izurieta wrote: Perhaps this shouldn't be an extra tool but more like a setting what to do in a case like that. That sounds good. Maybe doing something like what windows does to long file names when looking those files in a console, for example

Re: Google Summer of Code - Case Insensitive Filenames

2008-03-25 Thread Kai Blin
On Tuesday 25 March 2008 13:18:59 L. Rahyen wrote: Deleting files like that (just because of case insensitive match) on mounting is very, very bad idea. And I don't see any reason for such destructive actions. Better idea to pick up one and use it (for example, choice may be either

Re: Google Summer of Code - Case Insensitive Filenames

2008-03-25 Thread L. Rahyen
On Tuesday March 25 2008 07:26:50 Kai Blin wrote: On Tuesday 25 March 2008 01:45:11 Cesar Izurieta wrote: Perhaps this shouldn't be an extra tool but more like a setting what to do in a case like that. That sounds good. Maybe doing something like what windows does to long file names

Re: Google Summer of Code - Case Insensitive Filenames

2008-03-25 Thread Austin English
On Tue, Mar 25, 2008 at 9:08 AM, Kai Blin [EMAIL PROTECTED] wrote: Ok, let's think about the use case here. My idea is that this is going to be used on a new WINEPREFIX on a call to wineprefixcreate. We create a new directory here and can make sure we're not doing anything stupid here. I'm

Re: Google Summer of Code - Case Insensitive Filenames

2008-03-25 Thread Kai Blin
On Tuesday 25 March 2008 17:21:20 Austin English wrote: An option yes, but it should not be the default course of action. As Rahyen said, a predictable order should be used, and when there are conflicts, pick the first in that order for presentation through the FUSE system. User can then

Re: Google Summer of Code - Case Insensitive Filenames

2008-03-25 Thread Cesar Izurieta
On Tue, Mar 25, 2008 at 12:02 PM, Kai Blin [EMAIL PROTECTED] wrote: On Tuesday 25 March 2008 17:21:20 Austin English wrote: An option yes, but it should not be the default course of action. As Rahyen said, a predictable order should be used, and when there are conflicts, pick the first

Re: Google Summer of Code - Case Insensitive Filenames

2008-03-24 Thread Kai Blin
On Sunday 23 March 2008 17:06:43 Cesar Izurieta wrote: Here are some ideas of what I think could be implemented for the FUSE project for GSOC. - This FUSE can be a proxy filesystem. This means that we could use an existing filesystem and mount this proxy filesystem and make it appear as case

Re: Google Summer of Code - Case Insensitive Filenames

2008-03-24 Thread Cesar Izurieta
On Sun, Mar 23, 2008 at 6:11 PM, Corey McClymonds [EMAIL PROTECTED] wrote: On 3/23/08, Cesar Izurieta [EMAIL PROTECTED] wrote: Here are some ideas of what I think could be implemented for the FUSE project for GSOC. - This FUSE can be a proxy filesystem. This means that we could use

Re: Google Summer of Code - Case Insensitive Filenames

2008-03-24 Thread Cesar Izurieta
On Mon, Mar 24, 2008 at 8:28 AM, Kai Blin [EMAIL PROTECTED] wrote: On Sunday 23 March 2008 17:06:43 Cesar Izurieta wrote: Here are some ideas of what I think could be implemented for the FUSE project for GSOC. - This FUSE can be a proxy filesystem. This means that we could use an

Re: Google Summer of Code - Case Insensitive Filenames

2008-03-23 Thread Cesar Izurieta
Here are some ideas of what I think could be implemented for the FUSE project for GSOC. - This FUSE can be a proxy filesystem. This means that we could use an existing filesystem and mount this proxy filesystem and make it appear as case insensitive. This means that if there's a file named A.txt

Re: Google Summer of Code - Case Insensitive Filenames

2008-03-23 Thread Corey McClymonds
On 3/23/08, Cesar Izurieta [EMAIL PROTECTED] wrote: Here are some ideas of what I think could be implemented for the FUSE project for GSOC. - This FUSE can be a proxy filesystem. This means that we could use an existing filesystem and mount this proxy filesystem and make it appear as

Re: Google Summer of Code - Case Insensitive Filenames

2008-03-06 Thread Marcel Partap
Is there any formal process I must go through to enter google summer of code for wine? Just filing Google's application will do, although you may want to crash in #winehackers .. What you should do IN TIME is to get intimate with the toolchain! That was the hardest part for me - getting

Google Summer of Code - Case Insensitive Filenames

2008-03-06 Thread Cesar Izurieta
Hello everyone, I would like to participate in this year's google summer of code doing some work on case insensitive filenames ( http://wiki.winehq.org/CaseInsensitiveFilenames ) I have some experience working with FUSE ( see http://code.google.com/p/dejumble/ ). Is there any formal process I

Re: Google Summer of Code - Case Insensitive Filenames

2008-03-06 Thread Cesar Izurieta
Thanks for your help. I'll prepare something and post it here for suggestions soon. On Thu, Mar 6, 2008 at 12:27 PM, Marcel Partap [EMAIL PROTECTED] wrote: Is there any formal process I must go through to enter google summer of code for wine? Just filing Google's application will do,