What is the standard or best way to deal with database branching with Mercurial or Git branches?
Posted
by Chad Johnson
on Stack Overflow
See other posts from Stack Overflow
or by Chad Johnson
Published on 2010-03-25T17:10:56Z
Indexed on
2010/03/25
17:13 UTC
Read the original article
Hit count: 200
This has been a big question mark on my mind.
I'm moving to Mercurial or Git very soon for my web software, and sometimes my branches require significant database changes which other branches should not see. This, I can't always share the same database for my branches.
Is there some standard way of dealing with database changes for branching and cloning? What do you all do? I'm using MySQL.
© Stack Overflow or respective owner