Re: [RFC] Light-weight checkouts via ".gitlink"

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jakub Narebski <jnareb@...>
Cc: <git@...>
Date: Friday, December 8, 2006 - 9:46 pm

On Saturday 09 December 2006 00:53, Jakub Narebski wrote:

Yes, you are right.
Nesting of submodules really is an important issue. The .gitlink
file allows us to put the submodule GITDIR somewhere in the supermodul's
GITDIR. The idea is that you can clone the submodule GITDIR if you
want. With submodule "inner" nesting inside of  submodule "outer", 
the GITDIR of "outer" should have the GITDIR of inner inside to allow
for cloning "outer" together with its submodule "inner".

So it is not enough to have a submodule "outer" and a submodule
"outer/inner" in the supermodule. We want

	super.git/ext/outer.git/

to be the GITDIR for submodule "outer", and inside 

	super.git/ext/outer.git/ext/inner.git
.

Actually, it would be nice if this .gitlink proposal did not have to
deal with it. Instead, a .gitlink should be so flexible to allow such
nesting if needed. 

Joaef
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [RFC] Light-weight checkouts via ".gitlink", Jakub Narebski, (Fri Dec 8, 6:18 pm)
Re: [RFC] Light-weight checkouts via ".gitlink", Josef Weidendorfer, (Fri Dec 8, 6:54 pm)
Re: [RFC] Light-weight checkouts via ".gitlink", Josef Weidendorfer, (Fri Dec 8, 7:25 pm)
Re: [RFC] Light-weight checkouts via ".gitlink", Jakub Narebski, (Fri Dec 8, 7:53 pm)
Re: [RFC] Light-weight checkouts via ".gitlink", Josef Weidendorfer, (Fri Dec 8, 9:46 pm)
Re: [RFC] Light-weight checkouts via ".gitlink", Jakub Narebski, (Fri Dec 8, 7:24 pm)
Re: [RFC] Light-weight checkouts via ".gitlink", Josef Weidendorfer, (Fri Dec 8, 7:40 pm)