From: "Jakub Narębski" <jnareb@gmail.com>
To: Piotr Krukowiecki <piotr.krukowiecki@gmail.com>
Cc: Matthieu Moy <Matthieu.Moy@grenoble-inp.fr>,
Git Mailing List <git@vger.kernel.org>
Subject: Re: Limiting disk usage
Date: Tue, 29 Oct 2013 15:45:39 +0100 [thread overview]
Message-ID: <526FCA13.4090902@gmail.com> (raw)
In-Reply-To: <CAA01Cso+yTzatiAaQahx5h2N0nnOON7FsnWNSYrN-pV=8qzn7g@mail.gmail.com>
On 2013-10-29 14:50, Piotr Krukowiecki wrote:
> Yes, I put a lot of code into the repository. I know it is wrong from git POV ;)
> That's why I wrote about splitting repository into multiple smaller
> repositories, but AFAIK git is not very good at managing that too...
Lot of code isn't problem, see Linux kernel or GCC, or LibreOffice.org
> (Background: we're thinking about migrating svn repository into git.
> Currently there is one svn repository containing many related
> directories. They are branched/merged/tagged together. Often work is
> done on all/many of them, but there are some use cases where we need
> only some of them)
If they are independent projects, they should get independent repositories;
you can stitch them back together using git-submodule (or git-subtree).
reposurgeon can hel you with that.
--
Jakub Narębski
next prev parent reply other threads:[~2013-10-29 14:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-29 6:22 Limiting disk usage Piotr Krukowiecki
2013-10-29 8:21 ` Matthieu Moy
2013-10-29 13:50 ` Piotr Krukowiecki
2013-10-29 14:45 ` Jakub Narębski [this message]
2013-10-30 7:44 ` Piotr Krukowiecki
2013-10-30 15:39 ` Jakub Narębski
2013-10-30 15:40 ` Fredrik Gustafsson
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=526FCA13.4090902@gmail.com \
--to=jnareb@gmail.com \
--cc=Matthieu.Moy@grenoble-inp.fr \
--cc=git@vger.kernel.org \
--cc=piotr.krukowiecki@gmail.com \
/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.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.