Page 1 of 1

[Suggestion] Migrate to github

PostPosted: Sat Nov 03, 2012 7:04 am
by Nefarel
Personally I use git for revision control and I think it is better then svn. D language gained a lot more contributions since they went to github. I'm not saying the same will happen with cobra(although i hope so!), but it will definitely facilitate work on this project for many people and might encourage new ones.

Re: [Suggestion] Migrate to github

PostPosted: Sat Nov 03, 2012 11:59 am
by Charles
Thanks for your interest in Cobra. Changing Cobra's hosting is not a priority for me right now. But consider the following:

We need the most help with:

-- Visual Studio support
-- MonoDevelop support
-- Wiki docs

Both IDE support code bases are on github. There are other Cobra projects on either github or bitbucket. So your preference is covered in these cases. :)

Regarding D, it has its own stand-alone standard library and probably needs more frequent contribs because of that. Cobra leverages .NET and JVM for most of its std lib, leaving a small amount of additional classes plus the compiler.

Re: [Suggestion] Migrate to github

PostPosted: Sat Nov 03, 2012 12:34 pm
by Charles
And while we're mentioning things that need help:

-- Koans, also hosted separately
-- JVM back-end -- okay this one is hosted here

Also see HelpWanted.

Re: [Suggestion] Migrate to github

PostPosted: Tue Nov 06, 2012 1:16 am
by kobi7
hello Nefarel

I agree about git being a most welcomed addition to the development world.
In my previous job, we lost quite some hours on svn problems, with actions as simple as adding a folder, resulting in weird conflicts.

I now found this page:
http://maymay.net/blog/2008/03/26/howto ... on-part-1/

If I knew that at the time, or even thought of searching for it, my working environment (and development speed) would have been much happier there. (8 ppl working on the same solution with a few remote freelance hires with fifty-some projects and horrible compile-times... ppl just refrained from committing, and any one who didn't keep a backup had a hard time to revert)

Re: [Suggestion] Migrate to github

PostPosted: Tue May 28, 2013 9:40 am
by gourD
kobi7 wrote:I agree about git being a most welcomed addition to the development world.


+1 for using Git...I was resisting for quite some time considering I jumped to DVCS in the very beginning with Darcs.

Then used and/or tried bazaar, mercurial, monotone, fossil and finally seeing the inevitable settled on Git. :lol: