Displaying 2 results from an estimated 2 matches for "interwove".
Did you mean:
interwoven
2016 Sep 04
4
[RFC] One or many git repositories?
> On Sep 3, 2016, at 6:05 PM, Patrice Kouame <pkouame at mac.com> wrote:
>
> Someone mentioned llvm in a mono repository below…
Right, we actually have a proposal to take what is in the current SVN repo here: http://llvm.org/svn/llvm-project/ and migrate this to a single repository.
I was not sure if you were referring to this proposal (monorepo) or to the recent emails about
2016 Sep 07
4
[RFC] One or many git repositories?
...vidual repositories.
The same thing after: a single git repo containing all the subprojects side-by-side and the *same* “exports” in individual repositories.
> If so that should work for us. I'm more
> concerned about the case where the individual repositories' histories
> were interwoven into a single repository and the individual repositories
> went away.
>
> I have extensive experience transitioning a very large project from a
> set of individual repositories to a single repository where we interwove
> the individual histories. It was the right direction for us...