Re: Large pack causes git clone failures ... what to do?
From: Shawn O. Pearce <hidden> Date: 2016-06-15 22:49:27
Geoff Russell [off-list ref] wrote:
I'm still interested in whether clone from a client take note of the
pack.packSizeLimit if I set it
on the server? Or does it use the client value?
Neither.
A clone doesn't split its pack. It stores the entire project
as a single pack file. If your filesystem cannot do that, the
clone fails.
--
Shawn.