Irrlicht source (and git)

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
anylo
Posts: 71
Joined: Mon Feb 20, 2006 11:14 am

Irrlicht source (and git)

Post by anylo »

Hi,
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.
CuteAlien
Admin
Posts: 9651
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Irrlicht source

Post by CuteAlien »

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
anylo
Posts: 71
Joined: Mon Feb 20, 2006 11:14 am

Re: Irrlicht source

Post by anylo »

And the latest update to trunk happened 15 months ago?
RdR
Competition winner
Posts: 273
Joined: Tue Mar 29, 2011 2:58 pm
Contact:

Re: Irrlicht source

Post by RdR »

anylo wrote:And the latest update to trunk happened 15 months ago?
Last change was 17 hours ago:
http://irrlicht.svn.sourceforge.net/vie ... te#dirlist
anylo
Posts: 71
Joined: Mon Feb 20, 2006 11:14 am

Re: Irrlicht source

Post by anylo »

It seems that I might have something wrong with my eyes. :oops:
anylo
Posts: 71
Joined: Mon Feb 20, 2006 11:14 am

Re: Irrlicht source

Post by anylo »

Has there been any discussion about switching to some another SCM?
zerochen
Posts: 273
Joined: Wed Jan 07, 2009 1:17 am
Location: Germany

Re: Irrlicht source

Post by zerochen »

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
ACE247
Posts: 704
Joined: Tue Mar 16, 2010 12:31 am

Re: Irrlicht source

Post by ACE247 »

SCM? Irrlicht uses subversion and done... NOT git, cant stand it. (Just my opinion) :)
anylo
Posts: 71
Joined: Mon Feb 20, 2006 11:14 am

Re: Irrlicht source

Post by anylo »

zerochen wrote:well, then i make a site called whyissvnmuchbetterthanx.com and we changed back?
Please do give couple of pointers why svn is better than git.
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).
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Irrlicht source

Post by hendu »

Well, sf.net offers git too nowadays, that's changed since the old thread.
ACE247
Posts: 704
Joined: Tue Mar 16, 2010 12:31 am

Re: Irrlicht source

Post by ACE247 »

Still hate git... its just bloatware and all I need and want is S - V - N! (Period!)
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Re: Irrlicht source

Post by bitplane »

ACE247 wrote:Still hate git... its just bloatware and all I need and want is S - V - N! (Period!)
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.

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
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Irrlicht source

Post by hendu »

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.
anylo
Posts: 71
Joined: Mon Feb 20, 2006 11:14 am

Re: Irrlicht source

Post by anylo »

ACE247 wrote:Still hate git... its just bloatware and all I need and want is S - V - N! (Period!)
Bloatware? Hardly.

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.
It's not so good for Windows users as TortoiseGIT isn't as mature as TortoiseSVN.
.. but the command line version works like a charm. ;) I personally use Eclipse (both Windows and Ubuntu) with EGit.
Also Hybrid dislikes it due to having bad experiences with it, so unfortunately no chance of a move to Git in the near future
That can happen to novice users :twisted:
greenya
Posts: 1012
Joined: Sun Jan 21, 2007 1:46 pm
Location: Ukraine
Contact:

Re: Irrlicht source

Post by greenya »

bitplane wrote:I actually prefer Git because it means every user to maintains own branch/fork then pushes the code back to online repositories
I dislike GIT because of this certain thing, because it confuses me.
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).
Post Reply