From: Paul Smith <paul@mad-scientist.net>
To: Naum Derzhi <Naum.Derzhi@halliburton.com>,
"git@vger.kernel.org" <git@vger.kernel.org>
Subject: Re: Removing data from repository
Date: Thu, 24 Jan 2019 10:22:42 -0500 [thread overview]
Message-ID: <9dce6a3d8ff2f10621ea81fbd9ac9964c10aff9c.camel@mad-scientist.net> (raw)
In-Reply-To: <7A854577E980BE4FB29FDD041B9B75E701798CEE@NP1EXMB203.corp.halliburton.com>
On Thu, 2019-01-24 at 14:51 +0000, Naum Derzhi wrote:
> Greetings,
>
> I have this problem: years ago one of our developers committed a
> large (Gigabytes) piece of binary data into our project repository.
> This should not have been done, but it happened. (Honest, it was not
> me). We never needed this data in the repository.
>
> Using git rm removes these files from the working tree, but they are
> still somewhere in the repository, so when we clone, we transfer
> gigabytes of unneeded data.
>
> Is it possible to fix this problem?
It is possible, but it isn't pretty. By waiting so long to try to fix
it you've compounded the impacts dramatically unfortunately. By
removing that file you will in effect be rewriting the history of your
repository starting with the commit that introduced the problematic
file, that will be removed, all the way forward.
That means that every clone of the repository will have to be, at the
very least, "hard-reset" and preferably (to avoid accidentally re-
introducing the bad file) re-cloned from scratch.
As for actually removing the file, you can find information on how to
do this all over the Google. Here's some reasonable advice from
StackOverflow:
https://stackoverflow.com/questions/2100907/how-to-remove-delete-a-large-file-from-commit-history-in-git-repository
next prev parent reply other threads:[~2019-01-24 16:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-24 14:51 Removing data from repository Naum Derzhi
2019-01-24 15:17 ` Jeff King
2019-01-24 15:27 ` [EXTERNAL] " Naum Derzhi
2019-01-24 15:22 ` Paul Smith [this message]
2019-01-24 15:28 ` Naum Derzhi
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=9dce6a3d8ff2f10621ea81fbd9ac9964c10aff9c.camel@mad-scientist.net \
--to=paul@mad-scientist.net \
--cc=Naum.Derzhi@halliburton.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.
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 NNTP newsgroup(s).