I need to find a way to structure a repository so that i have the following:
Trunk
This is live
Branches
Vendor
Vendor framework v1
Vender framework v1 etc etc
Company
The is where my code lives
Development
A
B
C
The project relies on the company files and the vendor files being merged together to form the project but I want to keep them separate in the repository. So for example, I would check out the company branch and work with it. Commit my changes. Then this is where I get stuck. How do i get those changes in to a development branch (each of which should be a merged version of Company and Vendor) for testing and then finally pushing that development branch to live.