On 12/5/05, Levi <[EMAIL PROTECTED]> wrote: > 'tg-admin quickstart' seems to automatically perform an 'svn add' on > both .cfg files when run inside a svn workspace. Personally, I like > storing my dev.cfg in version control. It greatly shortens the path for > setting up new development workspaces/machines/etc. > > prod.cfg on the other hand, isn't something I can safely store in svn > because it contains sensitive/volatile username/password information. > Generally, I have to rely on server admins to install and configure my > software. In practice, this usually means generating my prod.cfg from > an interactive python script run by my admins. Now that I think of it, > this could be a useful sub-command for tg-admin...
You're right... prod.cfg shouldn't be in svn. I wonder if there's a convenient way to turn that off? (The svn thing surprised me the first time I saw it happen. that's something new that came along with switching quickstart to use paster.) Kevin

