git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Sandu Turcan <idlsoft@gmail.com>
To: git@vger.kernel.org
Subject: Git Monorepo
Date: Mon, 4 Mar 2019 07:42:19 -0500	[thread overview]
Message-ID: <CAEnBgA0=F8rDkUJEy-nUYGuqPMvMW1XwkAg=B8uN9yDTQtzRMA@mail.gmail.com> (raw)

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.

                 reply	other threads:[~2019-03-04 12:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEnBgA0=F8rDkUJEy-nUYGuqPMvMW1XwkAg=B8uN9yDTQtzRMA@mail.gmail.com' \
    --to=idlsoft@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).