digitalmars.D.dwt - DWT repository moved to github
- Jacob Carlborg (13/13) Jan 07 2012 I've now moved the DWT repository to github. The old mercurial
- Gour (11/12) Jan 08 2012 Is DWT just moved its hosting or you will have some time to work on it
- Jacob Carlborg (6/13) Jan 08 2012 For now the repository has just moved, sorry. Hopefully this will
- Gour (13/16) Jan 08 2012 OK.
- Jacob Carlborg (5/13) Jan 09 2012 I don't know where else than the newsgroup I could announce it. I guess
- Gour (10/11) Jan 09 2012 Right.
- kntroh (3/6) Jan 09 2012 Do I need to make my repository on github to send pull request?
- Jesse Phillips (5/12) Jan 09 2012 To make a pull request your repository must be a fork of his, or
- Jacob Carlborg (6/19) Jan 09 2012 What he said. It will be a lot of easier if you fork the repository on
- kntroh (7/26) Jan 10 2012 I understand.
- Jacob Carlborg (11/37) Jan 10 2012 You should theoretical be able to convert the mercurial repository to a
- Jacob Carlborg (11/35) Jan 10 2012 I've converted your mercurial repository, split it and it merged
- kntroh (6/40) Jan 11 2012 Thanks for your works.
- Jacob Carlborg (4/12) Jan 11 2012 Ok, I'll take care of that tonight.
- Jacob Carlborg (6/8) Jan 11 2012 I've merged your commits now. It says that you are the author and I am
- kntroh (7/12) Jan 12 2012 It failed. Submodules didn't become latest version.
- Jacob Carlborg (14/26) Jan 12 2012 git submodules refers to a specific commit and I haven't updated the
- Jacob Carlborg (6/18) Jan 12 2012 When you run "git pull" in a submodule it will grab the latest version
- kntroh (6/9) Jan 12 2012 I understand.
- Jacob Carlborg (5/12) Jan 12 2012 To make everything correct I need to update the submodules to the latest...
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
Jan 07 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.=20Is DWT just moved its hosting or you will have some time to work on it further? Sincerely, Gour --=20 The spirit soul bewildered by the influence of false ego thinks=20 himself the doer of activities that are in actuality carried out=20 by the three modes of material nature. http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810
Jan 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: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 CarlborgI'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
Jan 08 2012
On Sun, 08 Jan 2012 20:45:24 +0100 Jacob Carlborg <doob me.com> wrote:For now the repository has just moved, sorry.=20OK.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 --=20 =46rom anger, complete delusion arises, and from delusion=20 bewilderment of memory. When memory is bewildered,=20 intelligence is lost, and when intelligence is lost=20 one falls down again into the material pool. http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810
Jan 08 2012
On 2012-01-09 08:50, Gour wrote:On Sun, 08 Jan 2012 20:45:24 +0100 Jacob Carlborg<doob me.com> wrote: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 CarlborgFor 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...
Jan 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 --=20 The senses are so strong and impetuous, O Arjuna,=20 that they forcibly carry away the mind even of a man=20 of discrimination who is endeavoring to control them. http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810
Jan 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-toolkitDo I need to make my repository on github to send pull request? -- kntroh
Jan 09 2012
On Monday, 9 January 2012 at 23:06:12 UTC, kntroh wrote: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.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-toolkitDo I need to make my repository on github to send pull request? -- kntroh
Jan 09 2012
On 2012-01-10 05:01, Jesse Phillips wrote:On Monday, 9 January 2012 at 23:06:12 UTC, kntroh wrote: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 CarlborgTo 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.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-toolkitDo I need to make my repository on github to send pull request? -- kntroh
Jan 09 2012
== Quote from Jacob Carlborg (doob me.com)'s articleOn 2012-01-10 05:01, Jesse Phillips wrote:I understand. I will create repository in github from fork of official and my repository in bitbucket then send pull request. -- kntrohOn Monday, 9 January 2012 at 23:06:12 UTC, kntroh wrote: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.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.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-toolkitDo I need to make my repository on github to send pull request? -- kntroh
Jan 10 2012
On 2012-01-10 13:37, kntroh wrote:== Quote from Jacob Carlborg (doob me.com)'s articleYou should theoretical be able to convert the mercurial repository to a git repository. Fork the new DWT repository at github and merge your changes from the mercurial repository and finally make a pull request. Hmm, or maybe not since I've split the single mercurial repository into several git repositories. I don't know. This git repository contains a tool that can convert a mercurial repository to a git repository, it's the same one I've used: http://repo.or.cz/w/fast-export.git -- /Jacob CarlborgOn 2012-01-10 05:01, Jesse Phillips wrote:I understand. I will create repository in github from fork of official and my repository in bitbucket then send pull request. -- kntrohOn Monday, 9 January 2012 at 23:06:12 UTC, kntroh wrote: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.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.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-toolkitDo I need to make my repository on github to send pull request? -- kntroh
Jan 10 2012
On 2012-01-10 13:37, kntroh wrote:== Quote from Jacob Carlborg (doob me.com)'s articleI've converted your mercurial repository, split it and it merged cleanly. But the problem is that you have used an invalid, at least according to github, email address (devnull localhost). It seems to be possible to fix but I'm not sure if that would mess up the history. I can give it a try with some random address to see if it works. If it works I would need your email address, preferably the one you're going to use to register to github. It's possible to register several email addresses with one account at github. -- /Jacob CarlborgOn 2012-01-10 05:01, Jesse Phillips wrote:I understand. I will create repository in github from fork of official and my repository in bitbucket then send pull request.On Monday, 9 January 2012 at 23:06:12 UTC, kntroh wrote: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.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.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-toolkitDo I need to make my repository on github to send pull request? -- kntroh
Jan 10 2012
== Quote from Jacob Carlborg (doob me.com)'s articleOn 2012-01-10 13:37, kntroh wrote:Thanks for your works. I've created account at github. Please use knt.roh gmail.com . -- kntroh https://github.com/kntroh== Quote from Jacob Carlborg (doob me.com)'s articleI've converted your mercurial repository, split it and it merged cleanly. But the problem is that you have used an invalid, at least according to github, email address (devnull localhost). It seems to be possible to fix but I'm not sure if that would mess up the history. I can give it a try with some random address to see if it works. If it works I would need your email address, preferably the one you're going to use to register to github. It's possible to register several email addresses with one account at github.On 2012-01-10 05:01, Jesse Phillips wrote:I understand. I will create repository in github from fork of official and my repository in bitbucket then send pull request.On Monday, 9 January 2012 at 23:06:12 UTC, kntroh wrote: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.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.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-toolkitDo I need to make my repository on github to send pull request? -- kntroh
Jan 11 2012
On 2012-01-11 11:06, kntroh wrote:== Quote from Jacob Carlborg (doob me.com)'s articleOk, I'll take care of that tonight. -- /Jacob CarlborgIt seems to be possible to fix but I'm not sure if that would mess up the history. I can give it a try with some random address to see if it works. If it works I would need your email address, preferably the one you're going to use to register to github. It's possible to register several email addresses with one account at github.Thanks for your works. I've created account at github. Please use knt.roh gmail.com .
Jan 11 2012
On 2012-01-11 11:06, kntroh wrote:Thanks for your works. I've created account at github. Please use knt.roh gmail.com .I've merged your commits now. It says that you are the author and I am the committer, I hope that's ok. You can now merge from upstream to get the latest changes. -- /Jacob Carlborg
Jan 11 2012
== Quote from Jacob Carlborg (doob me.com)'s articleI've merged your commits now. It says that you are the author and I am the committer, I hope that's ok. You can now merge from upstream to get the latest changes.I cloned DWT from github. Then I ran this command.git submodule update --initIt failed. Submodules didn't become latest version. Then I tried this command.git submodule foreach git pull origin masterIt was successful. I builded my application with DWT. That's ok. But, is it right command?
Jan 12 2012
On 2012-01-12 12:09, kntroh wrote:== Quote from Jacob Carlborg (doob me.com)'s articlegit submodules refers to a specific commit and I haven't updated the submodules to the latest version. If you take a look at the dwt repository at github you can see a hash next to the name of the submodules. That hash refers to the commit in the repository the submoule points to. I guess the reason for this is because an update of a repository that is a submodule shouldn't be able to break the repository that includes the submodule. So in this case the dwt repository decides which commits the submodules should refer to.I've merged your commits now. It says that you are the author and I am the committer, I hope that's ok. You can now merge from upstream to get the latest changes.I cloned DWT from github. Then I ran this command.git submodule update --initIt failed. Submodules didn't become latest version.Then I tried this command.No it isn't. -- /Jacob Carlborggit submodule foreach git pull origin masterIt was successful. I builded my application with DWT. That's ok. But, is it right command?
Jan 12 2012
On 2012-01-12 12:09, kntroh wrote:== Quote from Jacob Carlborg (doob me.com)'s articleWhen you run "git pull" in a submodule it will grab the latest version from the origin in the repository and the submodule will now refer to that commit instead. -- /Jacob CarlborgI've merged your commits now. It says that you are the author and I am the committer, I hope that's ok. You can now merge from upstream to get the latest changes.I cloned DWT from github. Then I ran this command.git submodule update --initIt failed. Submodules didn't become latest version. Then I tried this command.git submodule foreach git pull origin masterIt was successful. I builded my application with DWT. That's ok. But, is it right command?
Jan 12 2012
== Quote from Jacob Carlborg (doob me.com)'s articleWhen you run "git pull" in a submodule it will grab the latest version from the origin in the repository and the submodule will now refer to that commit instead.I understand. I ran "git pull" on each submodule (base, win32), and checked that it was satisfactory. -- kntroh
Jan 12 2012
On 2012-01-12 14:29, kntroh wrote:== Quote from Jacob Carlborg (doob me.com)'s articleTo make everything correct I need to update the submodules to the latest commit. -- /Jacob CarlborgWhen you run "git pull" in a submodule it will grab the latest version from the origin in the repository and the submodule will now refer to that commit instead.I understand. I ran "git pull" on each submodule (base, win32), and checked that it was satisfactory.
Jan 12 2012