Comments
2 comments
-
It's horrible. That's one of the reasons to move to the dedicated model. If you are all working on the same dev database but trying to do different things that won't end well.
What most people do is set up a separate shared database for their other branch... But this leads to long lived branches, which is bad.
Sorry if it's not the answer you wanted, but ultimately the shared model really doesn't work well when branching. If you want frequent branching I highly recommend you move to the dedicated model.
Why do you want/need to use the shared model? -
Try merging branches with Migration Scripts. Or rather, don't. It is a world of pain.
Add comment
Please sign in to leave a comment.
How would the "shared" model of the workflow change if using a feature branch