I agree with you Simone, but should it stay there in the build for pydal only?
Richard On Tue, Nov 1, 2016 at 1:45 PM, Niphlod <[email protected]> wrote: > it's perfectly normal as pydal is a subrepo (it's in the readme, too) > > > On Tuesday, November 1, 2016 at 5:43:44 PM UTC+1, Giles Thomas wrote: >> >> Thanks, Richard. >> >> Regarding why -- I'm talking about the version that will be installed by >> default when someone creates a web2py app on the hosting platform my >> company provides, PythonAnywhere -- which would also affect the version >> used by the "Try it now online" link on the front page of www.web2py.com. >> I agree that doing version control the web2py way is probably more sensible >> than making the whole web2py folder a git repo, but if people do want to >> follow the git route, it would be better if we didn't have that "trap" in >> there for them :-) >> >> >> All the best, >> >> Giles >> >> >> On Tuesday, 1 November 2016 16:13:22 UTC, Richard wrote: >>> >>> Sorry, you right in there is gluon/packages/dal/.git, I thought you were >>> speaking of a .git/ folder at the root of web2py which there is not... >>> >>> I guess you can delete it if it cause problem, but if you have issue >>> with it, it means you try to init you git repo over the entire web2py >>> folder? >>> >>> Why don't you just version control your app? which is what we usually >>> do... >>> >>> Thanks >>> >>> Richard >>> >>> On Tue, Nov 1, 2016 at 10:51 AM, Giles Thomas <[email protected]> >>> wrote: >>> >>>> The one labelled "For normal users", so presumably stable. The VERSION >>>> file says: >>>> >>>> Version 2.14.6-stable+timestamp.2016.05.10.00.21.47 >>>> >>>> >>>> All the best, >>>> >>>> Giles >>>> >>>> On Tuesday, 1 November 2016 14:48:03 UTC, Richard wrote: >>>>> >>>>> Nightly or stable? I don't have it in my last build 2.14.6 I think... >>>>> >>>>> Richard >>>>> >>>>> On Tue, Nov 1, 2016 at 10:42 AM, Giles Thomas <[email protected]> >>>>> wrote: >>>>> >>>>>> This is in a download from web2py.com -- specifically, the "Source >>>>>> code" download from http://www.web2py.com/init/default/download. >>>>>> >>>>>> Interestingly, gluon/packages/dal/.git is a file rather than a >>>>>> directory. It contains this: >>>>>> >>>>>> gitdir: ../../../.git/modules/gluon/packages/dal >>>>>> >>>>>> >>>>>> >>>>>> All the best, >>>>>> >>>>>> Giles >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> On Tuesday, 1 November 2016 13:25:51 UTC, Richard wrote: >>>>>>> >>>>>>> Do you download from Github or web2py.com? The later you shouldn't >>>>>>> have this issue... If you get web2py from git, it normal that you have >>>>>>> .git/ for web2py and for dal as dal have been extract from web2py and >>>>>>> is a >>>>>>> project of it own so it is include in the web2py repository as a >>>>>>> submodule. >>>>>>> >>>>>>> Richard >>>>>>> >>>>>>> On Tue, Nov 1, 2016 at 8:50 AM, Giles Thomas <[email protected]> >>>>>>> wrote: >>>>>>> >>>>>>>> Hi all, >>>>>>>> >>>>>>>> Someone pointed out to us that web2py has a .git file in >>>>>>>> gluon/packages/dal/.git. This can cause errors when you try to >>>>>>>> initialize >>>>>>>> your project as a git repo. Is there a specific reason for it to be >>>>>>>> there? Or is it an artefact of the packaging procedure? We're >>>>>>>> considering >>>>>>>> removing it from the source that we install for users on >>>>>>>> PythonAnywhere, >>>>>>>> but wanted to check first to make sure that we're not going to break >>>>>>>> anything or cause problems for our users. >>>>>>>> >>>>>>>> >>>>>>>> All the best, >>>>>>>> >>>>>>>> Giles >>>>>>>> -- >>>>>>>> Giles Thomas <[email protected]> >>>>>>>> >>>>>>>> PythonAnywhere: Develop and host Python from your browser >>>>>>>> <https://www.pythonanywhere.com/> >>>>>>>> >>>>>>>> A product from PythonAnywhere LLP >>>>>>>> 17a Clerkenwell Road, London EC1M 5RD, UK >>>>>>>> VAT No.: GB 893 5643 79 >>>>>>>> Registered in England and Wales as company number OC378414. >>>>>>>> Registered address: 28 Ely Place, 3rd Floor, London EC1N 6TD, UK >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Resources: >>>>>>>> - http://web2py.com >>>>>>>> - http://web2py.com/book (Documentation) >>>>>>>> - http://github.com/web2py/web2py (Source code) >>>>>>>> - https://code.google.com/p/web2py/issues/list (Report Issues) >>>>>>>> --- >>>>>>>> You received this message because you are subscribed to the Google >>>>>>>> Groups "web2py-users" group. >>>>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>>>> send an email to [email protected]. >>>>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>>>> >>>>>>> >>>>>>> -- >>>>>> Resources: >>>>>> - http://web2py.com >>>>>> - http://web2py.com/book (Documentation) >>>>>> - http://github.com/web2py/web2py (Source code) >>>>>> - https://code.google.com/p/web2py/issues/list (Report Issues) >>>>>> --- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "web2py-users" group. >>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>> send an email to [email protected]. >>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>> >>>>> >>>>> -- >>>> Resources: >>>> - http://web2py.com >>>> - http://web2py.com/book (Documentation) >>>> - http://github.com/web2py/web2py (Source code) >>>> - https://code.google.com/p/web2py/issues/list (Report Issues) >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "web2py-users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

