Title: RE: [Mono-dev] RE: porting tool
Thank you for comments, especially for idea of bin files. So what's in your opinion is the right place in mono tree for such tool?
This is a clever idea. Just a few suggestions:
1) try testing for binary files when you open something to see if i
On Thu, 2005-09-22 at 11:13 -0700, Andrew Skiba wrote:
> Sure.
>
> In the most simple scenario you run
>
> $ find -type f>INDEX
>
> And then use this index as both source and target list. Typically one
> will filter executables out of this list, as well as svn directories,
> etc. Then you can ru
Title: RE: porting tool
Sure.
In the most simple scenario you run
$ find -type f>INDEX
And then use this index as both source and target list. Typically one will filter executables out of this list, as well as svn directories, etc. Then you can run
$ mono CaseRePorter.exe INDEX INDEX >out
> Hi Ben,
>
> During my work on porting some project from Windows to Grasshopper I had
> to deal with a problem of wrong case in file names. Windows file system,
> as you know is case-insensitive, so in many files there were references
> to other files in wrong case. There were almost 1 files i