Hi Iain, A good lot of questions...
I version control the whole project, and I don't include databases. I also have a global ignore for *.pyc, and a few other bits. I deploy to production (don't have staging in my environment) by doing a svn checkout onto the production box, then "setup.py install". This works, although you could probably do even better using eggs. I don't use virtual env, don't see a great need when I've got physically separate dev and live. Paul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

