Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML GitHub Organization  (Read 4219 times)

0 Members and 1 Guest are viewing this topic.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
SFML GitHub Organization
« on: May 01, 2015, 04:01:17 am »
Those who closely follow SFML's activity on GitHub might already have noticed, that we have moved SFML, CSFML, SFML.Net and SFML-Game-Development-Book from Laurent's GitHub account to our new SFML GitHub Organization.

Having our own GitHub organization enables us to manage the repositories easier. We're no longer dependent on Laurent to enable this hook or change that setting for the repository, but can now have selected team members for such tasks. Additionally we can better handle permissions to the repositories, so some get read-only, some get push access and some also administrative access. You can find more information about GitHub organizations here.

For you personally the only relevant change is a new URLs for the repository, but don't panic now, because GitHub is smart enough to keep redirecting the old URLs to the new URLs. However it's advised to update the URLs whenever you can, especially if it's some only resource, because these might show up on Google and alike.

Here are the new URLs:

On top of all of this the organization provides now a centralized place for the community.
If you have an SFML binding and wish to put it under the organization as well, don't hesitate to contact us. You'll of course keep the full administrative access to it.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Lo-X

  • Hero Member
  • *****
  • Posts: 618
    • View Profile
    • My personal website, with CV, portfolio and projects
Re: SFML GitHub Organization
« Reply #1 on: May 01, 2015, 12:27:56 pm »
I didn't know it was possible to move a repo to an organization!

I guess that doesn't change much for us, but I can see how this changes things for you!

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: SFML GitHub Organization
« Reply #2 on: May 01, 2015, 12:30:03 pm »
I didn't know it was possible to move a repo to an organization!
I didn't know it at first either, but it only makes sense, since most projects out there start as a pet project of someone and if interesting enough grow into something bigger.

I guess that doesn't change much for us, but I can see how this changes things for you!
Yep, makes things a lot more flexible for us.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Re: SFML GitHub Organization
« Reply #3 on: May 01, 2015, 01:35:36 pm »
For most users, as eXpl0it3r just said, there's nothing to do. It will just work.

For forks, however, you need to fix the upstream url.

GitHub doc explains how to do that but basically it should something as simple as
git remote set-url upstream https://github.com/SFML/SFML.git
SFML / OS X developer

 

anything