Mike, I don't have answers to everything (or very much at all, really), but here's what I know:
SVN anything is going to use the devcfg.py/prodcfg.py files, not the dev.cfg - That switch happened sometime in the 500's, I think. I don't know about the notrans issues you're having, sorry. Some magic for the config files to recognize which server you're on would be wonderful. I run Postgres at home, and MySQL on the webserver, so I agree, having a simple switch rather than having to go in, comment/uncomment would be nice. As it is, I keep 2 copies of my config file, and append -local or -remote to the end of the filename, and cp whichever is appropriate into devcfg.py, overwriting whichever version might be there. You could put local/remote at the beginning to be more auto-complete friendly. SQLite: have you tried just setting the path to be a relative path to your db? I don't know if it will work, but it is worth a shot. that's it, sorry I couldn't help more. -Mike

