Page 1 of 3
Irrlicht source (and git)
Posted: Sat Jan 21, 2012 10:43 am
by anylo
Hi,
is the repository still located in SourceForge?
http://irrlicht.svn.sourceforge.net/viewvc/irrlicht/
Re: Irrlicht source
Posted: Sat Jan 21, 2012 10:47 am
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.
Re: Irrlicht source
Posted: Sat Jan 21, 2012 11:46 am
by anylo
And the latest update to trunk happened 15 months ago?
Re: Irrlicht source
Posted: Sat Jan 21, 2012 11:49 am
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
Re: Irrlicht source
Posted: Sat Jan 21, 2012 11:52 am
by anylo
It seems that I might have something wrong with my eyes.

Re: Irrlicht source
Posted: Sat Jan 21, 2012 2:08 pm
by anylo
Has there been any discussion about switching to some
another SCM?
Re: Irrlicht source
Posted: Sat Jan 21, 2012 5:03 pm
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
Re: Irrlicht source
Posted: Sat Jan 21, 2012 5:04 pm
by ACE247
SCM? Irrlicht uses subversion and done... NOT git, cant stand it. (Just my opinion)

Re: Irrlicht source
Posted: Sat Jan 21, 2012 5:18 pm
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).
Re: Irrlicht source
Posted: Sat Jan 21, 2012 5:24 pm
by hendu
Well, sf.net offers git too nowadays, that's changed since the old thread.
Re: Irrlicht source
Posted: Sat Jan 21, 2012 5:27 pm
by ACE247
Still hate git... its just bloatware and all I need and want is S - V - N! (Period!)
Re: Irrlicht source
Posted: Sat Jan 21, 2012 6:15 pm
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
Re: Irrlicht source
Posted: Sat Jan 21, 2012 6:17 pm
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.
Re: Irrlicht source
Posted: Sat Jan 21, 2012 7:27 pm
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 
Re: Irrlicht source
Posted: Sat Jan 21, 2012 8:12 pm
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).