[web2py] Re: How do you manage/version you applications and web2py core?

2011-05-02 Thread luckysmack
Cool, i just added my app to the .hgignore file to keep web2py core updated. I have my app setup with git and will be posting it on github when its ready. I think for the time being ill just keep the apps in the web2py directory and just point the domain to look at the app. Thanks guys. On May 1,

[web2py] Re: How do you manage/version you applications and web2py core?

2011-05-02 Thread pbreit
I'm not even sure you need to .hgignore your app since you will never be pushing web2py. I don't.

[web2py] Re: How do you manage/version you applications and web2py core?

2011-05-02 Thread mattgorecki
You're right. This is how I do it. I use github extensively for my apps and as long as the application directory is the root of the git repository you won't run into any conflicts. On May 2, 9:25 am, pbreit pbreitenb...@gmail.com wrote: I'm not even sure you need to .hgignore your app since

[web2py] Re: How do you manage/version you applications and web2py core?

2011-05-02 Thread luckysmack
Thats a good point. on remote im pulling from the main google code repo anyways. Thanks. On May 2, 8:36 am, mattgorecki m...@goelephant.com wrote: You're right.  This is how I do it.  I use github extensively for my apps and as long as the application directory is the root of the git

[web2py] Re: How do you manage/version you applications and web2py core?

2011-05-01 Thread luckysmack
How would i use applications in a different directory? would there be any pros/cons to doing it like this? After getting an application setup i find (so far, more advanced stuff might be different) i dont edit the core web2py stuff very often. I can see the application in a different dir could be

[web2py] Re: How do you manage/version you applications and web2py core?

2011-05-01 Thread pbreit
I do exactly the same as Bruno, including pushing to BitBucket. I assume a symbolic link should work but it's not really necessary. If you create your HG repos at the app level, it all works fine.