Moving to GitHub.com: Call for developers - CVS/SVN affected

garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Moving to GitHub.com: Call for developers - CVS/SVN affected

Post by garvinhicking »

Hi!

As you might have read on the Serendipity blog, the SVN code repository on BerliOS will be going away in December.
Serendipity currently uses the SVN service on their service, so we need to switch.

In the opinion of a few core developers on the forums, the most desirable place to be is GitHub, which has the most promising future and userbase currently, as well as easy-to-use tools.

This posting goes out to the code contributors of the last year. I would like to know your feedback on the move, and if you are interested in becoming a member of the new development place at github.

Basically, anyone familiar with CVS or SVN should easily be able to move to the new code.

The new development idea is like this:

1. People become a member of the "s9y" organization on github: https://github.com/organizations/s9y

2. Those people have full maintaining rights of the Repository: https://github.com/s9y/Serendipity

3. To contribute, you need to first create a user account on github, manage your SSH user keys and then check out the repository:
cd ~
git config --global user.name 'John Doe'
git config --global user.email johndoe@example.com
git clone git@github.com:s9y/Serendipity.git

4. In the "Serendipity" working directory you can now contribute code and merge it simply with
git commit
git push

5. The advantage of git will be for foreign people to easier contribute code, without the need to be a member of the project; we can then simply acknowledge "pull requests" to import foreign changes.


In the first step we will maintain the SVN core portion of Serendipity. In the near future I would like to also maintain the additional templates and plugins on github. Since we are in need of the SourceForge infrastructure to publish those changes, we will setup an automatic process that pushes changes from GIT automatically to CVS. That will also mean that all changes will only occur in GIT, and no longer in CVS. This will then move all development work to a central place, which should motivate people for easier code contributions.

The current list of people that this invitation goes to are:

CVS (plugins, themes) contributors:
fugazza
don_chambers
brockhaus
elf2000
fadoe
ffaat
jhermanns
kleinerchemiker
laemmy
lstrojny
matthiasmees
mgroeninger
mgutjahr
nesges
nightly
omidmottaghi
onli
pigslipstick
slothman
webcompas

Core (SVN) contributors:
brockhaus
donchambers
elf2000
fugazza
jannis
omidmottaghi
slothman
yellowled


Please feel free to discuss this process here, this is also were you can easily tell us that you want to become a member of the github organization!


Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
onli
Regular
Posts: 2822
Joined: Tue Sep 09, 2008 10:04 pm
Contact:

Re: Moving to GitHub.com: Call for developers - CVS/SVN affe

Post by onli »

I already am on github and would like to be a part of that group.

ps: username: onli
Last edited by onli on Wed Oct 05, 2011 7:27 pm, edited 1 time in total.
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: Moving to GitHub.com: Call for developers - CVS/SVN affe

Post by Timbalu »

I am not at GitHub yet - but would like to be part of it too! Yes, please! :-)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Moving to GitHub.com: Call for developers - CVS/SVN affe

Post by garvinhicking »

I need your usernames :)

(Currently the repo is not there yet, but it'll be populated soon)
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
chrisbra
Regular
Posts: 63
Joined: Wed Jun 08, 2005 4:12 pm

Re: Moving to GitHub.com: Call for developers - CVS/SVN affe

Post by chrisbra »

Could I be also part of that group?
Username: chrisbra (Surprise, surprise ;))
kleinerChemiker
Regular
Posts: 765
Joined: Tue Oct 17, 2006 2:36 pm
Location: Vienna/Austria
Contact:

Re: Moving to GitHub.com: Call for developers - CVS/SVN affe

Post by kleinerChemiker »

I think I don't need access. I'll send changes in "my" plugin as pm to you.
oxygenws
Regular
Posts: 148
Joined: Thu Jan 20, 2005 11:20 am
Location: Iran
Contact:

Re: Moving to GitHub.com: Call for developers - CVS/SVN affe

Post by oxygenws »

Hi Garvin :-)

I am "omidmottaghi" and my username in github is "omid".

Regards.
LazyBadger
Regular
Posts: 176
Joined: Mon Aug 25, 2008 12:25 pm
Location: Russia
Contact:

Re: Moving to GitHub.com: Call for developers - CVS/SVN affe

Post by LazyBadger »

Just side opinions of foreigner:
Git+GitHub are overvalued last time... Good and logical infrastructure and team can be formed in another locations (maybe - even more easy)

PS - I'm github (git)|bitbucket (mercurial) user, but prefer groupwork in Assempla Spaces (with any of supported by Assembla SCM)

PPS - if git on github, I'll ask to separate translations (of all) into submodule for easy communication
blog.brockha.us
Regular
Posts: 695
Joined: Tue Jul 03, 2007 3:34 am
Location: Berlin, Germany
Contact:

Re: Moving to GitHub.com: Call for developers - CVS/SVN affe

Post by blog.brockha.us »

I've created an account at github. It's "brockhaus" again. :)
VladaAjgl
Regular
Posts: 44
Joined: Mon Nov 19, 2007 10:00 pm
Contact:

Re: Moving to GitHub.com: Call for developers - CVS/SVN affe

Post by VladaAjgl »

Hi,
I am also on GitHub - "fugazza" again - and ready to commit new translations.
Vlad
blog.brockha.us
Regular
Posts: 695
Joined: Tue Jul 03, 2007 3:34 am
Location: Berlin, Germany
Contact:

Re: Moving to GitHub.com: Call for developers - CVS/SVN affe

Post by blog.brockha.us »

Is the plugin repo moved to GitHub already, too?
Or the core repo only yet?

I would like to do some changes on plugins and I don't know where I should fetch the newest version from. :)
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: Moving to GitHub.com: Call for developers - CVS/SVN affe

Post by Timbalu »

As far as I know, they are still at Sourceforge.
I'd like to have them at GitHub too... :-)
Last edited by Timbalu on Mon Nov 21, 2011 11:28 am, edited 1 time in total.
blog.brockha.us
Regular
Posts: 695
Joined: Tue Jul 03, 2007 3:34 am
Location: Berlin, Germany
Contact:

Re: Moving to GitHub.com: Call for developers - CVS/SVN affe

Post by blog.brockha.us »

Thanks for the info. So I'll do my plugin updates in the old cvs for now. :)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Moving to GitHub.com: Call for developers - CVS/SVN affe

Post by garvinhicking »

Hi!

There wasn't much feedback on contributing code yet, so spartacus is still on CVS.

If that picks up and some people want to contribue, I can try to migrate spartacus to github in the near future...

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
blog.brockha.us
Regular
Posts: 695
Joined: Tue Jul 03, 2007 3:34 am
Location: Berlin, Germany
Contact:

Re: Moving to GitHub.com: Call for developers - CVS/SVN affe

Post by blog.brockha.us »

I will contribute soon again. But I don't really care if it is on CVS or GitHub. I just wanted to be sure to address the correct repository.

(woah: You cannot make another post so soon after your last. :( Sorry for writing that fast :D)
Post Reply