Okay, 300M for tip sounds reasonable then :-)
> It's eight years of intensive code so yeah. I will be removing some of those branches but I'm not sure that will change things much.
I wonder about squashing down commits older than x years? Might make the
repo easier to work with. Of course, keep a full repo around somewhere
for forensics if required...
> Not sure if you've noticed that Alembic is now on git.
Yep, very happy to see that, will be on it once the project I'm working
on needs migrations ;-)
> As it seems to be a significant PITA to set up incoming git http and SSH is better anyway,
I think I follow: you mean git push to a server via ssh is trivial (it's
just ssh) but http is a PITA? Yeah, that's what I do for all my
non-public stuff.
> I will probably have Bitbucket serve as where public commits and such go,
Serve git or hg?
Still wish we could use GitHub's issue trackers, their pull request
handling is amazing; made the xlrd-to-python-3 work possible, and that
was a tough pull request involving many changesets, a lot of comments on
those changes along the way, and a protracted timeframe involving 3 or 4
disparate developers...
Anyway, just to confirm: you still want pull requests coming from a hg
repo on bitbucket, right?
cheers,
Chris
>
>
>
>
> On May 16, 2013, at 9:36 AM, Chris Withers<
ch...@simplistix.co.uk> wrote:
>
>> On 06/03/2012 16:00, Michael Bayer wrote:
>>>
>>> If you want to experiment with a github clone of your own for a bit using hg-git, maybe you could help us work out the kinks.
>>
>> Well, it's been a while, but what with wanting to do the pg ranges work, I've set up a git clone:
>>
>>
https://github.com/cjw296/sqlalchemy
>>
>> $ git push origin master
>> Counting objects: 72128, done.
>> Delta compression using up to 4 threads.
>> Compressing objects: 100% (65882/65882), done.
>> Writing objects: 100% (72128/72128), 299.39 MiB | 32 KiB/s, done.
>> Total 72128 (delta 0), reused 72128 (delta 0)
>> To g...@github.com:cjw296/sqlalchemy.git
>> * [new branch] master -> master
>>
>> Really? 300MiB of revisions? Does that sound right? If so, Mike, you've been working too hard :-P
>>
>> (if not, any idea what's going on here?)
>>
>> Looks like that's just the tip, no other branches.
>>
>> Mike, if I get the pg_ranges stuff in a branch on github, can you pull it from there or do I need to get it back to my bitbucket account in hg format?
>>
>> cheers,
>>
>> Chris
>>
>> --
>> Simplistix - Content Management, Batch Processing& Python Consulting