Re: Seems to be pushing more than necessary

2015-03-23 Thread Graham Hay
e this, or do I have to choose between slow pushes and safety? On 23 March 2015 at 10:41, Duy Nguyen wrote: > On Mon, Mar 23, 2015 at 5:35 PM, Graham Hay wrote: >> Hmm. I'm using a "private" fork of a repo, I pull from one and push to >> the other, e.g. >> >>

Re: Seems to be pushing more than necessary

2015-03-23 Thread Graham Hay
o you mean by a "no-share remote"? On 23 March 2015 at 10:05, Duy Nguyen wrote: > On Thu, Mar 19, 2015 at 6:11 PM, Graham Hay wrote: >>> Try "fast-export --anonymize" as that would help us understand this. >> >> Attached. > > The bad news is it s

Re: Fwd: Seems to be pushing more than necessary

2015-03-20 Thread Graham Hay
: > Graham Hay writes: > >> We have a fairly large repo (~2.4GB), mainly due to binary resources >> (for an ios app). I know this can generally be a problem, but I have a >> specific question. >> >> If I cut a branch, and edit a few (non-binary) files, and push, what

Re: Seems to be pushing more than necessary

2015-03-18 Thread Graham Hay
Nguyen wrote: > On Wed, Mar 18, 2015 at 8:16 PM, Graham Hay wrote: >> I created a repo with over 1GB of images, but it works as expected >> (only pushed 3 objects). >> >> Sorry, I must have done something wrong. I put that script in >> ~/Applications, and c

Re: Seems to be pushing more than necessary

2015-03-18 Thread Graham Hay
I created a repo with over 1GB of images, but it works as expected (only pushed 3 objects). Sorry, I must have done something wrong. I put that script in ~/Applications, and checked it worked. Then I ran this: $ GIT_TRACE=2 PATH=~/Applications:$PATH git push --set-upstream origin git-wtf 12:48:28

Re: Seems to be pushing more than necessary

2015-03-18 Thread Graham Hay
Are there any commands that I can use to show exactly what it is trying to push? I'll see if I can create a (public) repo that has the same problem. Thanks for your help. > This 10804 looks wrong (i.e. sending that many compressed objects). > Also "80 MiB" sent at that point. If you modify just

Re: Seems to be pushing more than necessary

2015-03-18 Thread Graham Hay
> It would help if you pasted the push output. For example, does it stop > at 20% at the "compressing objects" line or "writing objects". How > many total objects does it say? It rattles through "compressing objects", and the first 20% of "writing objects", then slows to a crawl. Writing obje

Fwd: Seems to be pushing more than necessary

2015-03-18 Thread Graham Hay
We have a fairly large repo (~2.4GB), mainly due to binary resources (for an ios app). I know this can generally be a problem, but I have a specific question. If I cut a branch, and edit a few (non-binary) files, and push, what should be uploaded? I assumed it was just the diff (I know whole compr