Tagged Questions

8
votes
2answers
627 views

Vendor Branching, Mercurial Style?

The scene: A purchased web application, with regular updates from the vendor. We then, heavily customize the look and sometimes add our own functionality or fix a bug before the vendor gets to it. ...
8
votes
2answers
5k views

Vendor Branches in Git

A Git project has within it a second project whose content is being worked on independently. Submodules cannot be used for the smaller, as even the subproject must be included when users attempt to ...
4
votes
1answer
118 views

SVN Question regarding branching and third party vendor branching

We are developing an application which consists of: a source code base given to us by a partner infrequently. This is a somewhat working code, "final" version of something (and we get it in a zip ...
2
votes
2answers
104 views

Need help / advice on using branches and merging back to trunk

My question is, when merging as per the procedure below, is the last step of the procedure "folding the branch back into trunk" the proper way to do this, in a best-practices scenario? I've been ...