I have working copies of code in development on multiple places - work
machine, home machine, laptop, etc. I can’t always force these machines
to
use the same credentials; I end up with each machine having slightly
different database.yml configurations.
With Subversion-Pre-Capistrano, I left the entire config directory out
of
Subversion (or some kind of template; see
http://subversion.tigris.org/faq.html#ignore-commit ). But Capistrano
deploys the config directory to the server, so this trick becomes less
useful.
Is there a way around this?