I have not tested this, but begin to like this from reading. 2 notes:
> Until tonight, I believed you could not have any repository WITHIN a > repository (maybe this is just bzr? maybe this is my faulty memory?) --- > thankfully, I've tested this and things are looking good! > > This is REALLY nice for people wanting to do app development, and is a good > workflow pattern. > > I am assuming this is the normal working situation: > > - you would pull a current revision of web2py pulled from the "master" > repository; (so I expect your web2py has it's own .hg repository files) > - to have a REPOSITORY within a REPOSITORY, the containing one would > need to IGNORE the directory of the contained ones. This is also possible with bzr when you did a branch of web2py and then develop your app in a subdirectory, just as you described. I think with bzr checkout it come to be more complicated. > *.pyc please add the tickets and teporary stuff to the ignore pattern. Everytime I commited my app, tickets were also send in. No need for this. Thanks for your efforts! Seems that I have to get used to yet another VCS! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

