On 11/2/05, Benoit Masson <[EMAIL PROTECTED]> wrote: > > > OOps sorry I forgot to change the subject in my previous post : > > How to stay update ? > I must say I'm a bit fuzzy about the dev/prod config file and the way > to keep turbogears uptodate and egg development.
The dev config file is used while you're developing your application. The prod.cfg file is a sample that you can customize and copy to your deployment machine. > As I've already said we're looking for a scalable framework for the > next 6 month. Meanwhile we're ready to build uppon moving framewaork > as turbogears seems to be a very nice one. Therefore I started > testing and developping on 0.9 from SVN. I downloaded it, make a > "setup.py develop" and then "tg-admin quicktsart". Now I have a > project with my code init. I supposed this is linked to a specific > 0.9 SVN turbogears version. So what would be the best way of > maintening my turbogears uptodate ? By the way I kept the trunk > directory the place i first downloaded it, does update through SVN > will be suffisent ? svn update should be sufficient. Occasionally, you'll need to install updates to one of the dependencies. There should be a decent, stable release well before 6 months from now. Kevin

