Re: git sub modules related

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Jul 6, 2010 at 1:45 PM, Mahesh Vaidya <forvaidya@xxxxxxxxx> wrote:
> Created a 'super' level module top and add 2 sub modules a and b (As
> given in manual); However I am not able to create a Global branch /
> Tag.
>
> super ---> a
>          |
>          ---->b
>
> I am hoping to create a branch FOO which will recursively go in super,
> a and b; In that case how do need to associate tags and branch in
> super, a and b by a single artifact

As far as I know, there is no feature to do this automatically.  And
it would be kind of complicated to add, since you'd have to be able to
push that branch to multiple repositories at the same time, and so on.

I wrote git-subtree (http://github.com/apenwarr/git-subtree) to solve
exactly this sort of problem in my own projects.  It has a very
different workflow than submodules, but you might like it.

Have fun,

Avery
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]