Page 1 of 1

POL core now on GitHub

Posted: Mon Sep 08, 2014 11:51 am
by Nando
Dear all,

We moved the repository to GitHub (it allows better interaction and git is cooler). The latest (and probably unstable) version is now found in:

https://github.com/polserver/polserver

There's a small guide there on how to compile for Windows / Linux. You can get the files using either git or svn (GitHub accepts both).

You can create "Issues", so we don't depend only on the boards for bugs. You can also contribute code by doing "Pull Requests".

;)

Re: POL core now on GitHub

Posted: Mon Sep 08, 2014 12:48 pm
by Xeno
Nando wrote:Dear all,

We moved the repository to GitHub (it allows better interaction and git is cooler). The latest (and probably unstable) version is now found in:

https://github.com/polserver/polserver

There's a small guide there on how to compile for Windows / Linux. You can get the files using either git or svn (GitHub accepts both).

You can create "Issues", so we don't depend only on the boards for bugs. You can also contribute code by doing "Pull Requests".

;)
Thanks for the update Nando. If possible could you add the rev number? 832? :)

Re: POL core now on GitHub

Posted: Mon Sep 08, 2014 1:05 pm
by Nando
Git doesn't really have a rev number, but a commit hash. The latest one is: "2d2863166bbd4e4bf4f727f70a2d0f288fb2dc5d". You can shorten it to "2d2863166b", for example. ;)

More information here: http://stackoverflow.com/questions/4120 ... ion-number

(or do you mean something else?)

Re: POL core now on GitHub

Posted: Mon Sep 08, 2014 1:23 pm
by Xeno
Nando wrote:Git doesn't really have a rev number, but a commit hash. The latest one is: "2d2863166bbd4e4bf4f727f70a2d0f288fb2dc5d". You can shorten it to "2d2863166b", for example. ;)

More information here: http://stackoverflow.com/questions/4120 ... ion-number

(or do you mean something else?)
Perfect, checked it opening the zip :) Thank you again!

Re: POL core now on GitHub

Posted: Tue Sep 09, 2014 4:28 am
by xeon
Hi Nando, maybe a silly question, but knowing absolutely nothing about git :)
Nando wrote:You can get the files using either git or svn (GitHub accepts both).
So I can still use my favorite subversion client to check out sources? What about revisions? I will still see an history with what has been fixed?

Re: POL core now on GitHub

Posted: Tue Sep 09, 2014 10:27 am
by RusseL
xeon wrote:Hi Nando, maybe a silly question, but knowing absolutely nothing about git :)
Nando wrote:You can get the files using either git or svn (GitHub accepts both).
So I can still use my favorite subversion client to check out sources? What about revisions? I will still see an history with what has been fixed?
No, subversion client would not work with GIT.
Better google for more info about git.
I found git better then svn.

Yes, you will still see a history about all changes, but it has another version numbering

Re: POL core now on GitHub

Posted: Tue Sep 09, 2014 1:24 pm
by Nando
RusseL wrote:
xeon wrote:Hi Nando, maybe a silly question, but knowing absolutely nothing about git :)
Nando wrote:You can get the files using either git or svn (GitHub accepts both).
So I can still use my favorite subversion client to check out sources? What about revisions? I will still see an history with what has been fixed?
No, subversion client would not work with GIT.
Better google for more info about git.
I found git better then svn.

Yes, you will still see a history about all changes, but it has another version numbering
While subversion doesn't directly work with git, GitHub keeps a subversion bridge:

https://help.github.com/articles/suppor ... on-clients

I haven't tried using a svn client to access the repository on GitHub, but it should work. Anyway, using git is preferable.

Re: POL core now on GitHub

Posted: Wed Sep 10, 2014 3:41 am
by Chaos
We migrated the entire history to Github. So, you will see the full history, if you access the source via git now.
Former commits of the most active authors are also linked inside the Github system. The current Github statistics begin in August 2009: https://github.com/polserver/polserver/ ... ntributors

Issues/bugs/problems can be reported here: https://github.com/polserver/polserver/issues

Maybe the wiki will get more content in the near future: https://github.com/polserver/polserver/wiki
Do you have ideas for some FAQs?

We hope you like this step and keep on contributing to the project!
Thanks.

Re: POL core now on GitHub

Posted: Wed Sep 10, 2014 5:50 am
by RusseL
wow, new developer. who r u? :o

Re: POL core now on GitHub

Posted: Wed Sep 10, 2014 6:17 am
by Chaos
Turley introduced me to the team in this way:
"I added Chaos as developer. He is an old friend of mine and our shard admin (http://www.welt-pergon.de). First of all he does the git migration and he is an experienced c++ developer and hopefully he has the time and notions for our codebase ;)"

So..."Hi!" :-)

Re: POL core now on GitHub

Posted: Thu Sep 11, 2014 1:17 am
by Yukiko
Greetings Chaos. It's good to see some new people in the development team.

*sighs*

I guess I'll have to install the GIT software again.
I suppose moving to GIT was inevitable. After all it is the (relatively) new kid in town.
I'm going to miss my Tortoise. He's been a faithful servant. : )

Will the "Distro" repo be moved to GIT as well?

Re: POL core now on GitHub

Posted: Thu Sep 11, 2014 7:17 am
by kevin
Just got some emails. Looks like distro and tools are also moving to github.

Re: POL core now on GitHub

Posted: Thu Sep 18, 2014 6:48 am
by Yukiko
Thanks for the info.