Jump to page: 1 2
Thread overview
DWT repository moved to github
Jan 07, 2012
Jacob Carlborg
Jan 08, 2012
Gour
Jan 08, 2012
Jacob Carlborg
Jan 09, 2012
Gour
Jan 09, 2012
Jacob Carlborg
Jan 09, 2012
Gour
Jan 09, 2012
kntroh
Jan 10, 2012
Jesse Phillips
Jan 10, 2012
Jacob Carlborg
Jan 10, 2012
kntroh
Jan 10, 2012
Jacob Carlborg
Jan 10, 2012
Jacob Carlborg
Jan 11, 2012
kntroh
Jan 11, 2012
Jacob Carlborg
Jan 11, 2012
Jacob Carlborg
Jan 12, 2012
kntroh
Jan 12, 2012
Jacob Carlborg
Jan 12, 2012
Jacob Carlborg
Jan 12, 2012
kntroh
Jan 12, 2012
Jacob Carlborg
January 07, 2012
I've now moved the DWT repository to github. The old mercurial repository is split into several repository, all available under an organization: https://github.com/d-widget-toolkit

The dwt repository acts like a super repository. It has git submodules for the base, SWT Linux and Windows and snippets projects. It also contains the build script.

https://github.com/d-widget-toolkit/dwt

Use these commands to clone the repository and get all submodules:

$ git clone git://github.com/d-widget-toolkit/dwt.git
$ git submodule init
$ git submodule update

-- 
/Jacob Carlborg
January 08, 2012
On Sat, 07 Jan 2012 19:08:52 +0100
Jacob Carlborg <doob@me.com> wrote:

> I've now moved the DWT repository to github.

Is DWT just moved its hosting or you will have some time to work on it further?


Sincerely,
Gour

-- 
The spirit soul bewildered by the influence of false ego thinks himself the doer of activities that are in actuality carried out by the three modes of material nature.

http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810


January 08, 2012
On 2012-01-08 15:04, Gour wrote:
> On Sat, 07 Jan 2012 19:08:52 +0100
> Jacob Carlborg<doob@me.com>  wrote:
>
>> I've now moved the DWT repository to github.
>
> Is DWT just moved its hosting or you will have some time to work on it
> further?
>
>
> Sincerely,
> Gour
>

For now the repository has just moved, sorry. Hopefully this will attract contributors. I think I can squeeze in some time for merging pull requests.

-- 
/Jacob Carlborg
January 09, 2012
On Sun, 08 Jan 2012 20:45:24 +0100
Jacob Carlborg <doob@me.com> wrote:

> For now the repository has just moved, sorry.

OK.

> Hopefully this will attract contributors. I think I can squeeze in some time for merging pull requests.

Maybe you can announce the move somewhere? I came to know about on cplusplus forums...


Sincerely,
Gour


-- 
From anger, complete delusion arises, and from delusion bewilderment of memory. When memory is bewildered, intelligence is lost, and when intelligence is lost one falls down again into the material pool.

http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810


January 09, 2012
On 2012-01-09 08:50, Gour wrote:
> On Sun, 08 Jan 2012 20:45:24 +0100
> Jacob Carlborg<doob@me.com>  wrote:
>
>> For now the repository has just moved, sorry.
>
> OK.
>
>> Hopefully this will attract contributors. I think I can squeeze in
>> some time for merging pull requests.
>
> Maybe you can announce the move somewhere? I came to know about on
> cplusplus forums...

I don't know where else than the newsgroup I could announce it. I guess I could announce it on the "announce" group as well.

-- 
/Jacob Carlborg
January 09, 2012
On Mon, 09 Jan 2012 13:23:32 +0100
Jacob Carlborg <doob@me.com> wrote:

> I guess I could announce it on the "announce" group as well.

Right.


Sincerely,
Gour


-- 
The senses are so strong and impetuous, O Arjuna, that they forcibly carry away the mind even of a man of discrimination who is endeavoring to control them.

http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810


January 09, 2012
> I've now moved the DWT repository to github. The old mercurial repository is split into several repository, all available under an organization: https://github.com/d-widget-toolkit

Do I need to make my repository on github to send pull request?

--
kntroh
January 10, 2012
On Monday, 9 January 2012 at 23:06:12 UTC, kntroh wrote:
>> I've now moved the DWT repository to github. The old mercurial
>> repository is split into several repository, all available under an
>> organization: https://github.com/d-widget-toolkit
>
> Do I need to make my repository on github to send pull request?
>
> --
> kntroh

To make a pull request your repository must be a fork of his, or someone who forked his, on github.

It is possible to merge changes from any git repository clone however, if such is available over the web.
January 10, 2012
On 2012-01-10 05:01, Jesse Phillips wrote:
> On Monday, 9 January 2012 at 23:06:12 UTC, kntroh wrote:
>>> I've now moved the DWT repository to github. The old mercurial
>>> repository is split into several repository, all available under an
>>> organization: https://github.com/d-widget-toolkit
>>
>> Do I need to make my repository on github to send pull request?
>>
>> --
>> kntroh
>
> To make a pull request your repository must be a fork of his, or someone
> who forked his, on github.
>
> It is possible to merge changes from any git repository clone however,
> if such is available over the web.

What he said. It will be a lot of easier if you fork the repository on github. I get an automatic email sent to me when a pull request has been made and I can easily look at the commits and diffs on github.

-- 
/Jacob Carlborg
January 10, 2012
== Quote from Jacob Carlborg (doob@me.com)'s article
> On 2012-01-10 05:01, Jesse Phillips wrote:
>> On Monday, 9 January 2012 at 23:06:12 UTC, kntroh wrote:
>>>> I've now moved the DWT repository to github. The old mercurial repository is split into several repository, all available under an organization: https://github.com/d-widget-toolkit
>>>
>>> Do I need to make my repository on github to send pull request?
>>>
>>> --
>>> kntroh
>>
>> To make a pull request your repository must be a fork of his, or someone who forked his, on github.
>>
>> It is possible to merge changes from any git repository clone however, if such is available over the web.
> What he said. It will be a lot of easier if you fork the repository on github. I get an automatic email sent to me when a pull request has been made and I can easily look at the commits and diffs on github.

I understand.
I will create repository in github
from fork of official and my repository in bitbucket
then send pull request.

--
kntroh
« First   ‹ Prev
1 2