August 26, 2011
On 8/26/11, Ary Manzana <ary@esperanto.org.ar> wrote:
> On 8/15/11 11:04 PM, Andrej Mitrovic wrote:
>> See here's why I love this thing:
>>
>> http://i.imgur.com/dIWPr.png
>
> What do you mean?
>

I mean I get to choose my own fonts and my own size, and I can copy+paste by selecting with the mouse. It's much more convenient than using cmd.exe directly (Console2 is just a wrapper on top of cmd.exe). Plus I have tabs so I can quickly switch between multiple projects.
August 26, 2011
On 15-08-2011 14:36, torhu wrote:
> On 15.08.2011 15:28, Denis Shelomovskij wrote:
>> 15.08.2011 9:29, Jacob Carlborg:
>>> On 2011-08-14 22:20, torhu wrote:
>>>> On 11.08.2011 19:58, Jacob Carlborg wrote:
>>>>> I'm planning to move the DWT2 repository to either github or
>>>>> bitbucket.
>>>>> Which one would you prefer?
>>>>>
>>>>
>>>> Git seems to require a Unix shell to work on Windows. Which is one of
>>>> the things that make me think that git and Windows is not a match made
>>>> in heaven. It's a bit like having a crossplatform project that uses
>>>> Microsoft's C++ extensions, and requires linux contributors to run MSVC
>>>> through Wine to be able to build it. In other words, I would prefer
>>>> Bitbucket.
>>>>
>>>> But I don't expect to make big contributions, so it's not going to
>>>> matter much for the project.
>>>
>>> I have been thinking the same myself. I just haven't figured out how
>>> much of a problem it really is.
>>>
>>
>> Sorry, but I don't see the problem. There is TortoiseGit with very good
>> Windows explorer integration:
>> http://code.google.com/p/tortoisegit/
>> And, AFAIK, it's an official git Windows GUI at "Download Git" section:
>> http://git-scm.com/
>>
>
> Some of us don't want to install yet another shell extension. And I
> prefer working on the command line, much quicker and simpler.

Nothing prevents you from invoking git.exe from cmd.exe...

- Alex
August 26, 2011
On 11/08/2011 18:58, Jacob Carlborg wrote:
> I'm planning to move the DWT2 repository to either github or bitbucket.
> Which one would you prefer?
>

I had a repository on bitbucket once. I migrated to github and haven't looked back.

Re windows support - I use git on windows at work, I don't see why everyone complains about it, works just as well as it does on linux/OS X for me. The only exception to this is when you need to push to a windows machine, which isn't something you're going to encounter much if you're using github, as most if not all pushing will be to github.

-- 
Robert
http://octarineparrot.com/
August 26, 2011
I can see one foreseeable problem with github though, the dwt2 repo clocks in at 280 megs. Github allows up to 300Mb of space for free projects.

What's making the download so big anyway?
August 26, 2011
Oh wait, this appears to be a *soft* limit only. I'm not sure exactly
what that means, but the pop-up says:
"GitHub does not have any hard storage limits. We have soft limits for
each plan to prevent abuse. We find almost everyone uses a small
fraction of this limit. If you find yourself needing more disk space
for a legitimate use, email support@github.com. "
August 26, 2011
On 26-08-2011 23:59, Andrej Mitrovic wrote:
> I can see one foreseeable problem with github though, the dwt2 repo
> clocks in at 280 megs. Github allows up to 300Mb of space for free
> projects.
>
> What's making the download so big anyway?

GitHub allows any repo size, as long as it's public, really. The 300 MB is not a hard limit, and they will generally not complain about larger sizes if you're public.

(I contacted GitHub support about this.)

- Alex
August 26, 2011
On 27-08-2011 01:31, Alex Rønne Petersen wrote:
> On 26-08-2011 23:59, Andrej Mitrovic wrote:
>> I can see one foreseeable problem with github though, the dwt2 repo
>> clocks in at 280 megs. Github allows up to 300Mb of space for free
>> projects.
>>
>> What's making the download so big anyway?
>
> GitHub allows any repo size, as long as it's public, really. The 300 MB
> is not a hard limit, and they will generally not complain about larger
> sizes if you're public.
>
> (I contacted GitHub support about this.)
>
> - Alex

That is to say, you don't have to email them about it.

- Alex
August 28, 2011
On 2011-08-26 23:46, Robert Clipsham wrote:
> On 11/08/2011 18:58, Jacob Carlborg wrote:
>> I'm planning to move the DWT2 repository to either github or bitbucket.
>> Which one would you prefer?
>>
>
> I had a repository on bitbucket once. I migrated to github and haven't
> looked back.
>
> Re windows support - I use git on windows at work, I don't see why
> everyone complains about it, works just as well as it does on linux/OS X
> for me. The only exception to this is when you need to push to a windows
> machine, which isn't something you're going to encounter much if you're
> using github, as most if not all pushing will be to github.

One more who likes git, that's good.

-- 
/Jacob Carlborg
1 2 3
Next ›   Last »