public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* gdb.git needs some pruning/packing ?
@ 2015-03-24  6:45 Mike Frysinger
  2015-03-24 15:51 ` Joel Brobecker
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Frysinger @ 2015-03-24  6:45 UTC (permalink / raw)
  To: gdb

[-- Attachment #1: Type: text/plain, Size: 573 bytes --]

every push to the gdb.git repo stalls at the >>> lines
$ git push
Counting objects: 15, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (15/15), done.
Writing objects: 100% (15/15), 1.57 KiB | 0 bytes/s, done.
Total 15 (delta 14), reused 0 (delta 0)
>>>Auto packing the repository for optimum performance.
>>>warning: There are too many unreachable loose objects; run 'git prune' to remove them.
To ssh://sourceware.org/git/binutils-gdb.git
   282c975..05f53ed  master -> master

can someone on the admin side run prune and repack the repo ?
-mike

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gdb.git needs some pruning/packing ?
  2015-03-24  6:45 gdb.git needs some pruning/packing ? Mike Frysinger
@ 2015-03-24 15:51 ` Joel Brobecker
  2015-03-24 17:52   ` Antoine Tremblay
  0 siblings, 1 reply; 4+ messages in thread
From: Joel Brobecker @ 2015-03-24 15:51 UTC (permalink / raw)
  To: gdb

> every push to the gdb.git repo stalls at the >>> lines
> $ git push
> Counting objects: 15, done.
> Delta compression using up to 4 threads.
> Compressing objects: 100% (15/15), done.
> Writing objects: 100% (15/15), 1.57 KiB | 0 bytes/s, done.
> Total 15 (delta 14), reused 0 (delta 0)
> >>>Auto packing the repository for optimum performance.
> >>>warning: There are too many unreachable loose objects; run 'git prune' to remove them.
> To ssh://sourceware.org/git/binutils-gdb.git
>    282c975..05f53ed  master -> master
> 
> can someone on the admin side run prune and repack the repo ?

I ran a "git gc" which should take care of the pruning as well.
Let us know if the problem remains.

-- 
Joel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gdb.git needs some pruning/packing ?
  2015-03-24 15:51 ` Joel Brobecker
@ 2015-03-24 17:52   ` Antoine Tremblay
  2015-03-24 18:03     ` Joel Brobecker
  0 siblings, 1 reply; 4+ messages in thread
From: Antoine Tremblay @ 2015-03-24 17:52 UTC (permalink / raw)
  To: gdb

Hi,
   I just pushed and still got :
warning: There are too many unreachable loose objects; run 'git prune'
to remove them

Regards,

Antoine

On 03/24/2015 11:51 AM, Joel Brobecker wrote:
>> every push to the gdb.git repo stalls at the >>> lines
>> $ git push
>> Counting objects: 15, done.
>> Delta compression using up to 4 threads.
>> Compressing objects: 100% (15/15), done.
>> Writing objects: 100% (15/15), 1.57 KiB | 0 bytes/s, done.
>> Total 15 (delta 14), reused 0 (delta 0)
>>>>> Auto packing the repository for optimum performance.
>>>>> warning: There are too many unreachable loose objects; run 'git prune' to remove them.
>> To ssh://sourceware.org/git/binutils-gdb.git
>>     282c975..05f53ed  master -> master
>>
>> can someone on the admin side run prune and repack the repo ?
>
> I ran a "git gc" which should take care of the pruning as well.
> Let us know if the problem remains.
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gdb.git needs some pruning/packing ?
  2015-03-24 17:52   ` Antoine Tremblay
@ 2015-03-24 18:03     ` Joel Brobecker
  0 siblings, 0 replies; 4+ messages in thread
From: Joel Brobecker @ 2015-03-24 18:03 UTC (permalink / raw)
  To: Antoine Tremblay; +Cc: gdb

>   I just pushed and still got :
> warning: There are too many unreachable loose objects; run 'git prune'
> to remove them

OK - hopefully it'll be better this time. The thing about "git gcc"
is that it only prunes objects that are at least 2 weeks old by default.
I did a "git prune" and that removed a fair number of objects again.

-- 
Joel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-24 18:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-24  6:45 gdb.git needs some pruning/packing ? Mike Frysinger
2015-03-24 15:51 ` Joel Brobecker
2015-03-24 17:52   ` Antoine Tremblay
2015-03-24 18:03     ` Joel Brobecker

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 read-only IMAP folder(s) and NNTP newsgroup(s).