tags:

views:

22

answers:

0

Hi All,

I have the following requirement

I have a framework repository which has two branch say 4.0 and 5.0 branch. I have a application repository which has two branch say 3.x and 4.x branch. I want the applcation to refer to a non modifiable framework code by version

Eg. Application branch 3.x have within it framework code freezed from framework branch 4.0 Application branch 4.x have within it framework code freezed from the framework branch 5.0

I have read on submodules but i have not see it working at branch level.

Can any one suggest how to go about it.

Eg. /frm [Repository] Branch 4.0 Branch 5.0

/applcation [repository] Branch-3.x Branch-4.x

/application (Branch-3.x) /frm (branch 4.0) [non modifiable]

Can anyone suggest the steps or command or a better approach to handle this situvation.

TIA Venky