Irrlicht source (and git)
Irrlicht source (and git)
Hi,
is the repository still located in SourceForge? http://irrlicht.svn.sourceforge.net/viewvc/irrlicht/
is the repository still located in SourceForge? http://irrlicht.svn.sourceforge.net/viewvc/irrlicht/
Last edited by anylo on Sat Jan 21, 2012 7:31 pm, edited 1 time in total.
Re: Irrlicht source
Yes, still correct. It seems the link to the sourceforge page got lost on homepage refactoring, I hope it will be added again soon.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Irrlicht source
And the latest update to trunk happened 15 months ago?
Re: Irrlicht source
Last change was 17 hours ago:anylo wrote:And the latest update to trunk happened 15 months ago?
http://irrlicht.svn.sourceforge.net/vie ... te#dirlist
Re: Irrlicht source
It seems that I might have something wrong with my eyes.
Re: Irrlicht source
Has there been any discussion about switching to some another SCM?
Re: Irrlicht source
well, then i make a site called whyissvnmuchbetterthanx.com and we changed back?
also already talked about it
http://irrlicht.sourceforge.net/forum/v ... it=svn+git
also already talked about it
http://irrlicht.sourceforge.net/forum/v ... it=svn+git
Re: Irrlicht source
SCM? Irrlicht uses subversion and done... NOT git, cant stand it. (Just my opinion)
Re: Irrlicht source
Please do give couple of pointers why svn is better than git.zerochen wrote:well, then i make a site called whyissvnmuchbetterthanx.com and we changed back?
Oh, missed that thread. IMHO svn is good, git is great, git + github/gitorious is pure AWESOMENESS (from from the developer and the community point of view).also already talked about it
http://irrlicht.sourceforge.net/forum/v ... it=svn+git
Re: Irrlicht source
Well, sf.net offers git too nowadays, that's changed since the old thread.
Re: Irrlicht source
Still hate git... its just bloatware and all I need and want is S - V - N! (Period!)
Re: Irrlicht source
I actually prefer Git because it means every user to maintains own branch/fork then pushes the code back to online repositories, this encourages everyone to contribute as there's no real boundary between "official" developers and the rest of the community.ACE247 wrote:Still hate git... its just bloatware and all I need and want is S - V - N! (Period!)
It's not so good for Windows users as TortoiseGIT isn't as mature as TortoiseSVN. Also Hybrid dislikes it due to having bad experiences with it, so unfortunately no chance of a move to Git in the near future
Re: Irrlicht source
Just to be clear, I have no issue with irr using svn - my issue is that the irr devs have not decided on one line ending format, and so have locked themselves in.
By relying on svn magic, they are unable to accept standard patches from anywhere else. Be it manual diff, git, bzr, mercurial, whatever. This is more work for one or the other side, hardly an ideal position.
By relying on svn magic, they are unable to accept standard patches from anywhere else. Be it manual diff, git, bzr, mercurial, whatever. This is more work for one or the other side, hardly an ideal position.
Re: Irrlicht source
Bloatware? Hardly.ACE247 wrote:Still hate git... its just bloatware and all I need and want is S - V - N! (Period!)
I just converted https://irrlicht.svn.sourceforge.net/svnroot/irrlicht repository (2Gb) to git repository (146 Mb).
bitplane wrote:I actually prefer Git because it means every user to maintains own branch/fork then pushes the code back to online repositories, this encourages everyone to contribute as there's no real boundary between "official" developers and the rest of the community.
And that's really hard to explain someone who doesn't grasp the concept. There's plenty of (workflow) tutorials in YouTube like this one.
.. but the command line version works like a charm. I personally use Eclipse (both Windows and Ubuntu) with EGit.It's not so good for Windows users as TortoiseGIT isn't as mature as TortoiseSVN.
That can happen to novice usersAlso Hybrid dislikes it due to having bad experiences with it, so unfortunately no chance of a move to Git in the near future
Re: Irrlicht source
I dislike GIT because of this certain thing, because it confuses me.bitplane wrote:I actually prefer Git because it means every user to maintains own branch/fork then pushes the code back to online repositories
Personally i never met a case where SVN would wasn't good to use (that is why i don't look for some new tool if current one doesn't give me a reason).