On Mar 25, 2015 7:18 PM, "Manuel Ortega" <mannyvim...@gmail.com> wrote:
>
> On Tue, Mar 24, 2015 at 5:36 PM, Bram Moolenaar <b...@moolenaar.net>
wrote:
>>
>>
>> Since Google Code is going to be shut down we need a new place for the
>> Vim repository.  Many users have given their opinion and github appears
>> to be the preferred site.
>
>
> Darn.
>
> It would be nice if, when this gets finalized, the new repo trims out
ancient stuff like 7.0, 7.1, and 7.2.  There's no reason for everyone to
have to clone all that and carry it around on disk.

$ git clone https://github.com/vim/vim
...
$ cd vim
$ du -hs .git .
685M    .git
47M     .
$ git gc --aggressive
...
$ du -hs .git .
34M     .git
47M     .

For reference, are similar numbers for a fresh Mercurial clone:

$ du -hs .hg .
55M     .hg
47M     .

I'm not sure if there's something that can be done so that the initial git
clone has similar results as the post-gc results, but an extra 34M of disk
space isn't worth the added complexity of juggling multiple repos.

Note that I also find bisecting to be very useful and have used it many
times when working on Vim, so I am also in the camp of not hampering that
functionality because of a one time cost.

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui