Branching

corrincorrin Posts: 6
Hi,

I am just about to start a new phase of development. At the same time I would like to maintain the ability to push fixes to prod using source control. So I think it makes sense for me to branch.

I don't mind doing a bit of hackery to get it set up, as long as it's simple to maintain once it's set up.

Is that feasible?

Corrin

Comments

  • You could point another db at the branch for quick prod fixes, but keep the main dev db pointed to trunk for the main development to continue. You would have to do the branch in the source control system and merge any changes from the prod branch back to the dev branch.

    I hope this makes sense.
Sign In or Register to comment.