Re: [web2py] Re: web2py apps & github

2019-01-16 Thread Dave S
On Wednesday, January 16, 2019 at 4:21:10 PM UTC-8, 黄祥 wrote: > > agree, learn from several web2py app on github some of them didn't include > the private folders > btw github now offering private repo for free, so if you want to keep it > on just set it in the private repo > > best regards >

Re: [web2py] Re: web2py apps & github

2019-01-16 Thread Eliezer (Vlad) Tseytkin
Thank you! On Wed, Jan 16, 2019, 6:46 PM Dave S > > On Wednesday, January 16, 2019 at 3:10:22 PM UTC-8, Vlad wrote: >> >> Dave, >> you mentioned "Sanitize private/appconfig.ini" - could you please comment >> on it - >> I am not sure how this file is used by web2py, but seems that it may have >>

Re: [web2py] Re: web2py apps & github

2019-01-16 Thread 黄祥
agree, learn from several web2py app on github some of them didn't include the private folders btw github now offering private repo for free, so if you want to keep it on just set it in the private repo best regards stifan -- Resources: - http://web2py.com - http://web2py.com/book

Re: [web2py] Re: web2py apps & github

2019-01-16 Thread Dave S
On Wednesday, January 16, 2019 at 3:10:22 PM UTC-8, Vlad wrote: > > Dave, > you mentioned "Sanitize private/appconfig.ini" - could you please comment > on it - > I am not sure how this file is used by web2py, but seems that it may have > some private info (though has some generics for me

Re: [web2py] Re: web2py apps & github

2019-01-16 Thread Vlad
Dave, you mentioned "Sanitize private/appconfig.ini" - could you please comment on it - I am not sure how this file is used by web2py, but seems that it may have some private info (though has some generics for me now). Should I just exclude it from git? Is it getting recreated by w2p or...

Re: [web2py] Re: web2py apps & github

2019-01-15 Thread Dave S
On Sunday, January 13, 2019 at 6:33:14 AM UTC-8, Vlad wrote: > > Got it, > thank you very much. > Learning git now - it's so messy and unstructured as far as learning curve > :) I guess once I get it, it becomes quick and easy... > > In my opinion, git is ugly, but then I went from rcs to

Re: [web2py] Re: web2py apps & github

2019-01-13 Thread Vlad
Got it, thank you very much. Learning git now - it's so messy and unstructured as far as learning curve :) I guess once I get it, it becomes quick and easy... On Monday, January 7, 2019 at 7:21:55 PM UTC-5, Dave S wrote: > > > > On Sunday, January 6, 2019 at 12:45:27 PM UTC-8, Vlad wrote: >>

Re: [web2py] Re: web2py apps & github

2019-01-07 Thread Dave S
On Sunday, January 6, 2019 at 12:45:27 PM UTC-8, Vlad wrote: > > Oh, I didn't express myself precisely: I am asking about Github - I am > setting up a Github repository and wondering what exactly from the app > directory should go in there - without extra files and without missing > files -

Re: [web2py] Re: web2py apps & github

2019-01-06 Thread Eliezer (Vlad) Tseytkin
Got it, Thank you On Sun, Jan 6, 2019, 4:48 PM 黄祥 it depends on what you want to have version record of your files (better > to put it all web2py apps on github) > $ tree web2py/applications/web2pyapp > web2py/applications/web2pyapp > |-- ABOUT [if any] > |-- LICENSE [if any] > |-- __init__.py >

Re: [web2py] Re: web2py apps & github

2019-01-06 Thread 黄祥
it depends on what you want to have version record of your files (better to put it all web2py apps on github) $ tree web2py/applications/web2pyapp web2py/applications/web2pyapp |-- ABOUT [if any] |-- LICENSE [if any] |-- __init__.py |-- controllers |-- cron [if any] |-- languages |-- models |--

Re: [web2py] Re: web2py apps & github

2019-01-06 Thread Eliezer (Vlad) Tseytkin
Oh, I didn't express myself precisely: I am asking about Github - I am setting up a Github repository and wondering what exactly from the app directory should go in there - without extra files and without missing files - to preserve complete app/set On Sun, Jan 6, 2019 at 2:51 PM 黄祥 wrote: >

Re: [web2py] Re: web2py on github

2012-01-07 Thread Bruce Wade
If anyone is interested I found assembla.com which allows unlimited repositories, with unlimited members for both public and private projects. On Thu, Dec 22, 2011 at 5:45 AM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: No problem at all Daniel, I welcome the discussion. I am just

Re: [web2py] Re: web2py on github

2011-12-21 Thread Daniel Aguayo Catalán
mdipierro escribió: I somebody wants to keep an official mirror there I have no objection. I prefer to stick with mercurial on Google because mercurial is 100% python. On Apr 5, 1:53 am, elffikkelff...@gmail.com wrote: hi, I use a few project stored on github, and I find it easier to

Re: [web2py] Re: web2py on github

2011-12-21 Thread Daniel Aguayo Catalán
Daniel Aguayo Catalán escribió: mdipierro escribió: I somebody wants to keep an official mirror there I have no objection. I prefer to stick with mercurial on Google because mercurial is 100% python. On Apr 5, 1:53 am, elffikkelff...@gmail.com wrote: hi, I use a few project stored on

Re: [web2py] Re: web2py on github

2011-12-21 Thread Bruce Wade
My problem with bitbucket is the 5 cap for free private, if you are wanting to use git and keep the projects public I recommend gitorious. 2011/12/21 Daniel Aguayo Catalán daniel.agu...@gmail.com Daniel Aguayo Catalán escribió: mdipierro escribió: I somebody wants to keep an official

Re: [web2py] Re: web2py on github

2011-12-21 Thread Chandrakant Kumar
the 5 users cap is only for free private repos, not for public repos. On Wed, 21 Dec 2011 20:14:51 +0530, Bruce Wade bruce.w...@gmail.com wrote: My problem with bitbucket is the 5 cap for free private, if you are wanting to use git and keep the projects public I recommend gitorious.

Re: [web2py] Re: web2py on github

2011-12-21 Thread Daniel Aguayo Catalán
Bruce Wade escribió: My problem with bitbucket is the 5 cap for free private, if you are wanting to use git and keep the projects public I recommend gitorious. I like gitorious because it's FLOSS and 'eats its own dog food' (gitorious code is hosted on gitorious), but private projects **for

Re: [web2py] Re: web2py on github

2011-12-21 Thread Anthony
On Wednesday, December 21, 2011 9:44:51 AM UTC-5, Detectedstealth wrote: My problem with bitbucket is the 5 cap for free private At least they have a free option for private repositories -- github does not. Does anyone offer free private repositories with unlimited collaborators?

Re: [web2py] Re: web2py on github

2011-12-21 Thread Willoughby
Short Answer: Because that's what the developers wanted and agreed to. Search the web2py-developer group for the months long discussion on changing it if you really want to know On Wednesday, December 21, 2011 10:20:38 AM UTC-5, Daniel Aguayo wrote: I know that web2py doesn't need a private

Re: [web2py] Re: web2py on github

2011-12-21 Thread Daniel Aguayo Catalán
Massimo Di Pierro wrote: I hate all changes related to this topic. This is because I have to learn a new system and do extra work to move stuff around. There was a lot of push for git and github so we did it. Please, let's not open this can of worms again. The costs of changing outweighs the

Re: [web2py] Re: web2py on github

2011-07-20 Thread Jonathan Lundell
On Jul 20, 2011, at 7:05 PM, luckysmack wrote: oh yea? well thats handy. am i able to fork/clone a mercurial repo as a git repo? Why git, btw? Seems like sticking with hg would be more straightforward. On Jul 20, 4:33 am, blackthorne francisco@gmail.com wrote: be aware that google