Page 1 of 1

Do you accept Pull Requests made on Github?

Posted: Tue Dec 26, 2017 10:36 pm
by mrmclovin
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?

Re: Do you accept Pull Requests made on Github?

Posted: Wed Dec 27, 2017 3:36 pm
by paroj
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.

Re: Do you accept Pull Requests made on Github?

Posted: Wed Dec 27, 2017 5:01 pm
by mrmclovin
Ok, got it! Thank you! :)