Re: [pypy-dev] Mercurial "general delta"

2016-12-04 Thread Ronny Pfannschmidt
Hi,

when i tried the same on the pypy repo a few years back,
the only potential solution would have been to do a complete
strip/removal of the server side history before re-uploading from a
generaldelta transformed repository. (im not sure if this still would
work)

if i recall correctly we didnt want to do it due to the need for a
*complete* strip on the server side


-- Ronny

Am Sun, 4 Dec 2016 17:35:29 +0200
schrieb Maciej Fijalkowski :

> as far as I understood the answer on #mercurial, it seems to be "no".
> If the only effect is that it uses less space on bitbucket servers
> then I presume it's not our problem
> 
> On Sun, Dec 4, 2016 at 1:41 PM, Maciej Fijalkowski 
> wrote:
> > I don't know :-)
> >
> > let's see
> >
> > On Sun, Dec 4, 2016 at 1:28 PM, Armin Rigo 
> > wrote:  
> >> Hi Maciej,
> >>
> >> On 4 December 2016 at 12:27, Maciej Fijalkowski 
> >> wrote:  
> >>> can we somehow make it new thing on the bb? that would mean
> >>> download gets smaller  
> >>
> >> Is that true?
> >>
> >>
> >> Armin  
> ___
> pypy-dev mailing list
> pypy-dev@python.org
> https://mail.python.org/mailman/listinfo/pypy-dev

___
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev


Re: [pypy-dev] Mercurial "general delta"

2016-12-04 Thread Maciej Fijalkowski
as far as I understood the answer on #mercurial, it seems to be "no".
If the only effect is that it uses less space on bitbucket servers
then I presume it's not our problem

On Sun, Dec 4, 2016 at 1:41 PM, Maciej Fijalkowski  wrote:
> I don't know :-)
>
> let's see
>
> On Sun, Dec 4, 2016 at 1:28 PM, Armin Rigo  wrote:
>> Hi Maciej,
>>
>> On 4 December 2016 at 12:27, Maciej Fijalkowski  wrote:
>>> can we somehow make it new thing on the bb? that would mean download
>>> gets smaller
>>
>> Is that true?
>>
>>
>> Armin
___
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev


Re: [pypy-dev] Mercurial "general delta"

2016-12-04 Thread Maciej Fijalkowski
I don't know :-)

let's see

On Sun, Dec 4, 2016 at 1:28 PM, Armin Rigo  wrote:
> Hi Maciej,
>
> On 4 December 2016 at 12:27, Maciej Fijalkowski  wrote:
>> can we somehow make it new thing on the bb? that would mean download
>> gets smaller
>
> Is that true?
>
>
> Armin
___
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev


Re: [pypy-dev] Mercurial "general delta"

2016-12-04 Thread Maciej Fijalkowski
can we somehow make it new thing on the bb? that would mean download
gets smaller

On Sat, Dec 3, 2016 at 8:37 PM, Armin Rigo  wrote:
> Hi all,
>
> A quick note for people that have a PyPy repo since years and are
> using it like me without ever re-cloning from Bitbucket: the format of
> modern mercurial repos is more compact (500MB instead of almost
> 900MB), but convertion of existing repos is not automatic.  The new
> format is called General Delta.
>
> If your directory ".hg/store/" is closer to 900 than 500 MB, try this:
>
> hg clone -U --config format.generaldelta=1 --pull OLDREPO NEWREPO
>
> You can then throw away the OLDREPO.  Or like me you can (1) make sure
> OLDREPO is up-to-date with default without any local changes; (2) only
> throw away OLDREPO/.hg and replace it with NEWREPO/.hg; (3) optionally
> re-modify .hg/hgrc; (4) then do "hg update default" to resynchronize.
>
> I noticed this because Bitbucket says the pypy repo is not General
> Delta.  I don't know how to fix that, or if it really matters at all:
> I guess newly cloned repos from Bitbucket will automatically use the
> latest format anyway.
>
>
> A bientôt,
>
> Armin.
> ___
> pypy-dev mailing list
> pypy-dev@python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
___
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev