Page 1 of 1
Official irrlicht Github GIT repo
Posted: Thu Aug 06, 2015 9:31 am
by REDDemon
Wich is the "official" git repo, I'd like to be able to send patches directly instead of wasting time explaining the issue on the forum XD. (or also to do lots minor fixes I see every time I look at source code)
Wasn't that sticked anywhere? (or am I just lazy to search it ? XD)
Re: Official irrlicht Github GIT repo
Posted: Thu Aug 06, 2015 10:03 am
by hendu
I'm not aware of such a thing. Hybrid was against it, so SVN is the official repo?
Re: Official irrlicht Github GIT repo
Posted: Thu Aug 06, 2015 10:08 am
by REDDemon
Ah ok

.
Re: Official irrlicht Github GIT repo
Posted: Thu Aug 06, 2015 10:22 am
by CuteAlien
A patch without explanation isn't really worth much ;-)
I don't think Hybrid was really against git, he just didn't like it too much. I've been learning to work with git last few months, but must admit I still prefer mercurial. Anyway - once we move we will tell. In the meantime there is an unofficial git mirror from entity:
https://github.com/osense/irrlicht-git
If it's really just minor stuff you send a patch-file also directly to me if you want.
Re: Official irrlicht Github GIT repo
Posted: Thu Aug 06, 2015 10:29 am
by REDDemon
Yes it is really minor stuff like typos, duplicated headers, forwards declarations. I'll continue collecting and when it is big enough submit a unique patch against shader branch.
EDIT:
regarding the subversion client (mercurial or git) I'm indifferent, what I like about github is not really GIT vs Mercurial, but the "social approach". (and having a build/coverage server for free just helps a lot imho)
Re: Official irrlicht Github GIT repo
Posted: Tue Jun 05, 2018 6:33 am
by Travis
Hi guys, someone still need git repo with all change history info for Irrlicht? please try this
https://gitlab.com/xbwee/Irrlicht.git
It makes me too much time to sync code from sf, I think that's why github/gitlab is better for me ^_^
Oh, btw, github is owned by MS now, maybe gitlab is better, i have no idea.
Re: Official irrlicht Github GIT repo
Posted: Thu Jun 07, 2018 6:47 am
by AReichl
Hmmm - i read
"sync with official SVN changes; Cmake support; CEGUI support;"
but i don't see any sources.
UNofficial Irrlicht Mirror in GitLab
Posted: Wed Jan 23, 2019 11:10 pm
by pgimeno
For those interested, I've set up a git mirror of the Irrlicht svn repository in GitLab:
https://gitlab.com/pgimeno/irrlicht-mirror
To the best of my possibilities, it holds the full history including all branches and tags. The tags appear as branches named tags/xxxx. Unfortunately it doesn't hold the empty subdirectory history due to a
bug in git-svn.
It updates daily in a cron job, and will continue to do so indefinitely. Following SVN conventions, the default branch is called trunk instead of master.
Re: Official irrlicht Github GIT repo
Posted: Thu Jan 24, 2019 11:47 am
by CuteAlien
I added some readme files to empty subdirectories a few days ago to make it easier for git repos. If I missed some which are still needed please inform me. (I can also put .gitignore files in there for example)