I'm a Git user and I think it's great that you maintain a mirror on GitHub.
1. I know the official repo is https://bitbucket.org/sinbad/ogre but since you also have the OGRECave repos on Github, does it also mean you officially accept PR's there?
2. If yes, what is the workflow of maintaining the two repos and two different version control systems? Is it a lot of work to maintain?
Do you accept Pull Requests made on Github?
-
- Gnome
- Posts: 324
- Joined: Sun May 11, 2008 9:27 pm
- x 20
-
- OGRE Team Member
- Posts: 2106
- Joined: Sun Mar 30, 2014 2:51 pm
- x 1132
Re: Do you accept Pull Requests made on Github?
1. for 1.10 github is the preferred way, as we got (working) CI tests over there. For 2.1 bitbucket is preferred as thats what Matias uses.
2. It involves manually syncing the repos via https://github.com/mnauw/git-remote-hg It is manual as hg breaks round trips (git > hg > git) by adding some pointless labels to the commits.
2. It involves manually syncing the repos via https://github.com/mnauw/git-remote-hg It is manual as hg breaks round trips (git > hg > git) by adding some pointless labels to the commits.
-
- Gnome
- Posts: 324
- Joined: Sun May 11, 2008 9:27 pm
- x 20
Re: Do you accept Pull Requests made on Github?
Ok, got it! Thank you!