0

i'm trying to enforce the use of the largefiles extension for my project. unfortunatly, some people don't turn on the extension or for other reasons still checkin big files to the repository directly. thus after only a few months my repository is already 1.5gb

to force largefiles, i think if i could prevent big check deltas (via a hard-error) that should solve this problem.

I looked through the mercurial docs, and doesn't seem like this is possible to configure in the settings. any suggestions?

JasonS
  • 7,443
  • 5
  • 41
  • 61
  • It looks very similar to this other question: http://stackoverflow.com/questions/2551719/mercurial-hook-to-disallow-committing-large-binary-files – David Levesque Jul 06 '12 at 12:54
  • indeed it is! (same problem, different solution) if you would have posted this as an answer, i would accept it ;) – JasonS Jul 09 '12 at 03:15

0 Answers0