On Wed, Sep 30, 2009 at 2:04 PM, AndrewLoot <[email protected]>wrote:
> > ok can you explain that setup a bit more for me maybe im confused on > it but i want to maintain my code in my own svn and pull in web2py but > maintain my own mods to web2py. what you have sounds like you're just > never committing to a repository. > If you use a distributed version control system (e.g. bazaar, mercurial, or git for example), then your local commits are your changes, and "merge" merges changes from a "master" (or other) repository. This is why so many people / projects are moving to a DVCS. web2py uses bzr (for now; move to google mercurial - as Python is doing - coming in near future). > On Sep 30, 12:40 pm, "mr.freeze" <[email protected]> wrote: > > I use Subclipse. If you modify a module, it won't get overwritten > > when updating. > > > > On Sep 30, 12:15 pm, AndrewLoot <[email protected]> wrote: > > > > > but how do you keep the web2py code base up to date, o don't want ot > > > manually copy files over... what if the code-base losses some old > > > files then i have them laying around. Im thinking of another approach > > > but a build process that combines separate projects of web2py and my > > > code for web2py seems to be the best way. I guess i could use svn > > > externals on my app folder inside the applications folder, but what if > > > i want changes in the app.yaml or have mods to the web2py code- > > > base.... I firmly believe in source control and a build process it > > > feels like horse and buggy days trying to dev on an active project by > > > manually copying files. > > > > > On Sep 30, 11:59 am, "mr.freeze" <[email protected]> wrote: > > > > > > I run Eclipse/PyDev with the svn trunk with no problems. Perhaps > your > > > > build process is breaking it somehow? > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" 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 -~----------~----~----~----~------~----~------~--~---

