From: Steinar Bang <sb@dod.no>
To: emacs-devel@gnu.org
Subject: Re: Patch queue management systems
Date: Thu, 11 Dec 2014 13:38:15 +0100 [thread overview]
Message-ID: <upzc7fxyicp4.fsf@dod.no> (raw)
In-Reply-To: 87bnna5rp7.fsf@lifelogs.com
>>>>> Ted Zlatanov <tzz@lifelogs.com>:
SB> If that repository resides on the same server and is created with
SB> hardlinks to the real repo, it should also be cheap disk-usage-wise,
SB> at least initially....)
> Eh.
cd /wherever/the/emacs/repo/lives
git clone --mirror ./emacs.git ./emacs-feature-branches.git
If the git used is reasonably new, then all of the known-by-hash objects
in the new repository will be hardlinks to the original repo (which is
safe since these will never change).
So the new repository will initially use very little space on disk (all
history from the time of cloning will use the same inodes as the
original repository).
But as times goes and the emacs-feature-branches repo is filled by
clutter, the space usage of the feature branches repository will
increase.
Of course an easy way of doing housecleaning here, would be:
cd /wherever/the/emacs/repo/lives
rm -rf emacs-feature-branches.git
git clone --mirror ./emacs.git ./emacs-feature-branches.git
and then let people repush their feature branches.
next prev parent reply other threads:[~2014-12-11 12:38 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <546D2E75.6090701@cs.ucla.edu>
[not found] ` <837fyp7tvi.fsf@gnu.org>
[not found] ` <546E2899.4050702@cs.ucla.edu>
[not found] ` <54756754.5090103@cs.ucla.edu>
[not found] ` <jwvzjbehukc.fsf-monnier+emacsbugs@gnu.org>
[not found] ` <54762721.4060908@cs.ucla.edu>
[not found] ` <17zjb2h650.fsf@fencepost.gnu.org>
[not found] ` <m27fy6rws3.fsf@lifelogs.com>
[not found] ` <jwv8uimx7an.fsf-monnier+emacsbugs@gnu.org>
[not found] ` <86mw71pl6d.fsf@yandex.ru>
2014-12-06 10:08 ` Patch queue management systems Eli Zaretskii
2014-12-06 13:12 ` Ted Zlatanov
2014-12-08 21:49 ` Thomas Koch
2014-12-08 23:10 ` Lars Magne Ingebrigtsen
2014-12-09 0:00 ` Lars Magne Ingebrigtsen
2014-12-09 0:32 ` Lars Magne Ingebrigtsen
2014-12-09 2:57 ` Stefan Monnier
2014-12-09 3:16 ` Lars Magne Ingebrigtsen
2014-12-09 12:37 ` Dmitry Gutov
2014-12-09 17:20 ` Lars Magne Ingebrigtsen
2014-12-09 20:40 ` Dmitry Gutov
2014-12-09 20:44 ` Lars Magne Ingebrigtsen
2014-12-09 21:32 ` Dmitry Gutov
2014-12-09 21:58 ` Lars Magne Ingebrigtsen
2014-12-09 21:57 ` Lars Magne Ingebrigtsen
2014-12-10 14:35 ` Ted Zlatanov
2014-12-08 22:24 ` Lars Magne Ingebrigtsen
2014-12-08 22:54 ` joakim
2014-12-09 5:31 ` Ivan Andrus
2014-12-09 0:06 ` Thien-Thi Nguyen
2014-12-09 2:54 ` Stefan Monnier
2014-12-09 3:15 ` Lars Magne Ingebrigtsen
2014-12-09 8:13 ` Stephen Leake
2014-12-09 13:03 ` Dmitry Gutov
2014-12-09 17:09 ` Eli Zaretskii
2014-12-09 17:17 ` Dmitry Gutov
2014-12-09 17:36 ` Eli Zaretskii
2014-12-09 19:31 ` Dmitry Gutov
2014-12-10 14:39 ` Ted Zlatanov
2014-12-11 8:59 ` Steinar Bang
2014-12-11 11:52 ` Ted Zlatanov
2014-12-11 12:38 ` Steinar Bang [this message]
2014-12-11 14:31 ` Ted Zlatanov
2014-12-11 14:39 ` David Kastrup
2014-12-11 14:50 ` Ted Zlatanov
2014-12-11 14:55 ` Andreas Schwab
2014-12-11 15:00 ` Ted Zlatanov
2014-12-11 15:26 ` David Kastrup
2014-12-11 15:33 ` Ted Zlatanov
2014-12-11 15:49 ` David Kastrup
2014-12-11 15:19 ` David Kastrup
2014-12-11 18:43 ` Achim Gratz
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: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=upzc7fxyicp4.fsf@dod.no \
--to=sb@dod.no \
--cc=emacs-devel@gnu.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://git.savannah.gnu.org/cgit/emacs.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).