Page 1 of 1

LifeIn19x19 Git Repository

Posted: Wed Jun 30, 2010 1:05 am
by apetresc
I've finally found the time to get around to something we've been meaning to get to for a long time!

We've put up the entire development history of all the customizations and modifications to Life In 19x19 up as a GitHub repository forked from the phpBB 3.0.7 tagged release; you can find it here. If you're interested in this, but unfamiliar with Git, now is a good time to book up. In particular, I think the GitCasts and Pro Git book are quite good.

The idea is that, now, we can much more easily iterate over modifications to L19, safe in the comfort that previous working versions are there. This will be especially helpful as we begin on large undertakings like Fwiffo's new theme or the GoDiscussions database archive.

It also means that if you, as a savvy technical user, want to scratch an itch, fix a bug, or make an improvement in the software, you can just click the "Fork" button in GitHub, make your change, and send a pull request. If all is well, we'll merge your branch into ours, and deploy it to the server. Simple!

Some details if you're interested:
  • The branch I've committed to is called 'lifein19x19' and is set as the default branch. It comes from the 3.0.7-PL1 tagged commit in phpBB3, which is the closest one to what we originally installed.
  • Thanks to Gitx's awesome ability to stage changes line-by-line, I've gone over all the historical changes we've already made (there have been many) and committed them separately in sensible units. You can see them all here. They all list me as the committer (for now), but Kirby, fwiffo, etc. wrote a large amount of them as well.
  • GitHub has great code-review/annotation features in each commit detail page, so feel free to use that.

Let me know if you have any questions!

Re: LifeIn19x19 Git Repository

Posted: Wed Jun 30, 2010 3:06 am
by TMark
When I first read the header. I thought that this is wonderful, somewhere where we can put the stupid old gits we occasionally encounter on newsgroups. The truth is a bit of a let-down.

Best wishes.

Re: LifeIn19x19 Git Repository

Posted: Wed Jun 30, 2010 6:09 am
by fwiffo
TMark wrote:When I first read the header. I thought that this is wonderful, somewhere where we can put the stupid old gits we occasionally encounter on newsgroups. The truth is a bit of a let-down.

Now that we have a version management system going, anything is possible!

Re: LifeIn19x19 Git Repository

Posted: Thu Jul 01, 2010 11:46 am
by fwiffo
Some of the code I've added like the EidoGo stuff is not under the phpbb3 directory (I think all the eidogo related stuff is under eidogo-phpbb3). I think likewise for Kirby's diagram stuff. So that stuff also needs to be added to the repository.

Probably I'll set up at least part of the eidogo stuff as whatever the git's equivalent of svn:externals is, as I am using my own fork of eidogo, which is also hosted at github.

Re: LifeIn19x19 Git Repository

Posted: Thu Jul 01, 2010 12:58 pm
by apetresc
fwiffo wrote:Some of the code I've added like the EidoGo stuff is not under the phpbb3 directory (I think all the eidogo related stuff is under eidogo-phpbb3). I think likewise for Kirby's diagram stuff. So that stuff also needs to be added to the repository.

Oh, okay. Is it possible to just move that stuff into some part of the phpBB directory? It feels gross to have phpBB including stuff outside of its own root directory.


fwiffo wrote:Probably I'll set up at least part of the eidogo stuff as whatever the git's equivalent of svn:externals is, as I am using my own fork of eidogo, which is also hosted at github.


That's perfect. The equivalent git concept is called a git-submodule.

Re: LifeIn19x19 Git Repository

Posted: Thu Jul 01, 2010 1:08 pm
by Li Kao
Nice, this makes L19 really open :)
BTW as a git-client I like SmartGit

Re: LifeIn19x19 Git Repository

Posted: Fri Sep 14, 2012 4:38 am
by hyperpape
Is this gone now?

Re: LifeIn19x19 Git Repository

Posted: Fri Sep 14, 2012 8:49 am
by crux
hyperpape wrote:Is this gone now?
Seems to be at a new username, I found it here:

https://github.com/apetresc/phpbb3

Re: LifeIn19x19 Git Repository

Posted: Fri Sep 14, 2012 12:48 pm
by hyperpape
I saw that, but was surprised that there was no activity for 2 years. I thought there had been ongoing changes to the boards, but maybe they were just settings tweaks.

Re: LifeIn19x19 Git Repository

Posted: Wed Sep 19, 2012 4:38 pm
by vash3g
A gentle reminder that AGA related git's are located @ https://github.com/usgo. Feel free to ammend!

Re: LifeIn19x19 Git Repository

Posted: Sat Sep 22, 2012 12:55 pm
by apetresc
hyperpape wrote:I saw that, but was surprised that there was no activity for 2 years. I thought there had been ongoing changes to the boards, but maybe they were just settings tweaks.
There's still development, but in an ad-hoc manner by copying files over to the FTP server. We never got disciplined enough to use the Git repo after all :) It was meant to be used for the big GD migration.

Re: LifeIn19x19 Git Repository

Posted: Wed Sep 26, 2012 6:42 am
by Kaya.gs
Adrian Petrescu wrote:
hyperpape wrote:I saw that, but was surprised that there was no activity for 2 years. I thought there had been ongoing changes to the boards, but maybe they were just settings tweaks.
There's still development, but in an ad-hoc manner by copying files over to the FTP server. We never got disciplined enough to use the Git repo after all :) It was meant to be used for the big GD migration.
I strongly suggest to use git for appropiate source control. Otherwise no-one will be able to collaborate :S.