Questions tagged [mercurial-bigfiles]

Mercurial Bigfiles extension allows, for memory and performances reasons, to keep files bigger than 10Mb versioned without checking in.

Mercurial Bigfiles extension allows, for memory and performances reasons, to keep files bigger than 10Mb versioned without checking in.

https://www.mercurial-scm.org/wiki/BigfilesExtension

5 questions
8
votes
4 answers

For binary files should I use bfiles or bigfiles?

There are a few mercurial extensions for dealing with large binary files. Bfiles BigFiles Snap kbfiles others? I'd like to use the one that is most likely to be official (ie distributed with mercurial). Kiln 2.0 uses a fork of Bfiles for its…
deft_code
  • 57,255
  • 29
  • 141
  • 224
6
votes
1 answer

Git analog to Hg's Bigfiles Extension?

I want something in git that is similar to Mercurial's Bigfiles Extension (note: I know of git-bigfiles, but that is unrelated). Basically I want to store large binaries in my git repository, but I don't want to get every version ever of the large…
davr
  • 18,877
  • 17
  • 76
  • 99
3
votes
2 answers

Are deleted files still downloaded with an hg clone?

In our Mercurial repo we added a really big file (and did an hg push), then deleted the big file (and did another push). Now if someone does an hg clone will they still pull down that big file? I know it won't appear in their working directory as…
Marcus Leon
  • 55,199
  • 118
  • 297
  • 429
1
vote
0 answers

TortoiseHg Mercurial Repository: BigFile extension to manage big binary files in the repository

I would like to ask the way to implement big file extension in TortoiseHg Mercurial (version 2.9), to manage the big binary files in the repository. Since my project is growing, the binary files are also changing and growing in term of the file…
MK 5012
  • 29
  • 1
  • 9
0
votes
1 answer

how to find big file and delete on linux system

When I install something in my linux system( CentOS release 6.5 (Final) ).It happens. Error Downloading Packages: ncdu-1.7-1.el6.x86_64: Insufficient space in download directory /var/cache/yum/epel/packages . And I use df command,it shows: df…
Yinbin Wang
  • 113
  • 6