I do "wget --no-clobber --directory-prefix=blah
http://www.web2py.com/examples/static/web2py_src.zip"; followed by
"unzip -o -q..." to unravel the file. For both web2py_src.zip and
web2py_win.zip, I got "version". In both cases, other file names with
uppercase characters were extracted normally (like "Makefile" in the
src package and "NEWINSTALL" in the win package). So, files were not
indiscriminately renamed to lower case. I have not tried to repeat
sine the original occurrence... will try that later when I have a
faster connection for the download.

On Dec 27, 9:52 am, Jonathan Lundell <[email protected]> wrote:
> On Dec 27, 2010, at 7:39 AM, reyelts wrote:
>
>
>
> > So is this a packaging error when building the source package for
> > download from web2py.com?
>
> I got VERSION just now when I downloaded it. 
> <http://www.web2py.com/examples/static/web2py_src.zip>
>
> Is 'version' repeatable for you? What OS and file system, and how are you 
> unpacking it?
>
>
>
>
>
>
>
>
>
> > On Dec 25, 5:22 pm, Jonathan Lundell <[email protected]> wrote:
> >> On Dec 25, 2010, at 1:40 PM, reyelts wrote:
>
> >>> Either the code should be looking for the name 'version' (since that's
> >>> what is shipped) or the file should be renamed 'VERSION' (since that's
> >>> what's hardcoded in the source). Shipping 'version' and coding
> >>> 'VERSION' is just asking for the problem we currently see.
>
> >> FWIW, it's 'VERSION' in the Mercurial source repository.

Reply via email to