Cuberite Forum
MCServer is open source! - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: News (https://forum.cuberite.org/forum-7.html)
+--- Thread: MCServer is open source! (/thread-183.html)

Pages: 1 2 3 4 5 6 7


RE: MCServer is open source! - Giggaflop - 10-25-2011

Well i don't know how to make edits via SVN, so me and my C++ guy have forked to github for our RPG server


RE: MCServer is open source! - FakeTruth - 10-25-2011

Just wondering, if I update google code, does your github also update automagically?


RE: MCServer is open source! - Kwen - 10-25-2011

(10-25-2011, 04:27 AM)Giggaflop Wrote: Well i don't know how to make edits via SVN, so me and my C++ guy have forked to github for our RPG server

You don't; FakeTruth has to add members to his googlecode project . . .
(10-25-2011, 04:56 AM)FakeTruth Wrote: Just wondering, if I update google code, does your github also update automagically?

Google code and github aren't associated.



RE: MCServer is open source! - necavi - 10-25-2011

I would personally prefer to have github be the official location, as most open source projects are moving away from google code towards github because of its superior support for that kind of project.


RE: MCServer is open source! - FakeTruth - 10-25-2011

Okay. I don't know how to use git, but I'll investigate


RE: MCServer is open source! - rs2k - 10-26-2011

I really don't care where the source is located as long as it's in one place.Big Grin


RE: MCServer is open source! - Giggaflop - 10-29-2011

i would be happy to transfer ownership to faketruth on the master branch on github, i only put it there so my developer could work on it and so could others Smile


RE: MCServer is open source! - rs2k - 10-29-2011

What changes have you made to the source on github? We really should keep them together so they don't get too different to where we can't work together effectively.

I've only used git to download, just like with svn. It didn't take me long to learn svn, it was really simple.

I also REALLY like the way svn handles different versions. It's really easy to read, and I much prefer the side by side file compare to what I see github uses.

Maybe github does all of this too, I don't really know.


RE: MCServer is open source! - Giggaflop - 10-29-2011

so far no changes had been commited, i'm not sure what my developer has been doing so far. i'm assuming he's reading through to see how it works Smile


RE: MCServer is open source! - FakeTruth - 10-30-2011

You really don't know how to use SVN? I think it's way easier to use than git (mostly because I don't have to use the commandline and have a nicely integrated GUI in Windows).
If anybody wants to make changes to the project just tell me and I'll add you so you can commit your changes