git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Git Monorepo
@ 2019-03-04 12:42 Sandu Turcan
  0 siblings, 0 replies; only message in thread
From: Sandu Turcan @ 2019-03-04 12:42 UTC (permalink / raw)
  To: git

At my company we need to be able to manage access to different parts
of source code.

We've used separate git repos in the past, but then discovered
Mercurial’s narrow extension, which supports sever side filtering.

We all clone one repo, but get different subsets of the source, based
on permissions.
It’s pretty seamless, and works well. There are some limitations, like
not being able to merge files outside your filter, but on balance
things are easier to manage.

I'm trying to see if the same can be done with Git.
The latest version seems to have some ingredients, like sparse
checkout, and blob filtering. They're both meant to address
performance AFAIK, but perhaps can also be used as foundation for
implementing permissions.

I have some ideas on how this would work, and my company is willing to
support the effort, but we'd like to coordinate it with git
developers.

There have been a number of attempts to implement a git monorepo over
the years, I'm sure it would benefit a lot of people.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-03-04 12:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-04 12:42 Git Monorepo Sandu Turcan

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).