You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm trying to understand how to use subrepo and I'm getting stuck and its not working.
The goal is this: I have two "PARENT" project, parent (MOM) and parent (DAD)
Both have or use common subrepo ALICE and subrepo BOB.
More concreate example:
mom=The application called MOM
alice=lib-protocol- a library of protocols used by MOM
bob=lib-hal - our hal layer drivers for the BOARD.
Say that I am working on/in PARENT project DAD - i need to add a feature most (90%) of my work will be in CHILD_BOB
My goal is to create a FEATURE branch called BOB
then modify some files in BOB, and I commit these files and PUSH these.
My expectation is this: The changes will appear in the BOB repo.
If/when I checkout MOM - and examine the CHILD_BOB - I would expect these new features to be present.
Or if I created a new UNCLE_LARRY - project, and he has CHILD_BOB as a subrepo, then UNCLE_LARRY should see/find the new feature (and/or feature-branch) in CHILD BOB
But this is not working or not doing what I expected it to do.
The text was updated successfully, but these errors were encountered:
So I'm trying to understand how to use subrepo and I'm getting stuck and its not working.
The goal is this: I have two "PARENT" project, parent (MOM) and parent (DAD)
Both have or use common subrepo ALICE and subrepo BOB.
More concreate example:
mom=The application called MOM
alice=lib-protocol- a library of protocols used by MOM
bob=lib-hal - our hal layer drivers for the BOARD.
Say that I am working on/in PARENT project DAD - i need to add a feature most (90%) of my work will be in CHILD_BOB
My goal is to create a FEATURE branch called BOB
then modify some files in BOB, and I commit these files and PUSH these.
My expectation is this: The changes will appear in the BOB repo.
If/when I checkout MOM - and examine the CHILD_BOB - I would expect these new features to be present.
Or if I created a new UNCLE_LARRY - project, and he has CHILD_BOB as a subrepo, then UNCLE_LARRY should see/find the new feature (and/or feature-branch) in CHILD BOB
But this is not working or not doing what I expected it to do.
The text was updated successfully, but these errors were encountered: