Placing database.yml to svn

Hi
I would like to know is there any serious problem if committing
database.yml file to svn? What I am currently doing is committing
database.yml.sample file to svn. So an extra step needed in each
production setup(locally example I have not deployed originally) that I
have to edit mv database.yml.sample to dtabase.yml
Please share your thoughts

Thanks
Tom

Hello,

I think it’s just an unnecessary step to rename your db config
everytime… There’s no difference if its databse.yml or
databse.yml.sample apart from that extra renaming step.

Actually, you may do as you do, except you should create database.yml
file on the remote server and add it to ignore list at the SVN.

The only problem I see is that if you are working on a group, your
database
login will be exposed and you might annoy the other developer who had
his/her own database.config

On Feb 26, 2010 5:07 PM, “Ugis Ozols” [email protected] wrote:

Hello,

I think it’s just an unnecessary step to rename your db config
everytime… There’s no difference if its databse.yml or
databse.yml.sample apart from that extra renaming step.

On Feb 26, 10:27 am, Tom M. [email protected] wrote: > Hi > I
would like to know is there…

Posted viahttp://www.ruby-forum.com/.

– You received this message because you are subscribed to the Google
Groups
“Ruby on Rails: Talk”…