Move of Irrlicht repository and SF update

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Move of Irrlicht repository and SF update

Post by hybrid »

The folks at SourceForge decided to switch the whole subsystem they provide to projects. Though this all started more than a year ago, we didn't really care about, as we were fine with the current state. However, they will start to convert all projects which rejected to do so on their own, beginning with next week.
Thus, we will now convert our project on our own, as we will then know the exact time for this move. So be prepared, we will convert the project this sunday evening/night. I expect it to happen at around 23.00 CET (IIRC, +2 GMT, as we have daylight saving now).
There are two things which you will recognize. One is the visual design of the project page. IMHO, it's getting worse than it is now, but it's probably a matter of taste and getting used to the new style. Second thing is the SVN repository. It will be moved to a new location, so you have to migrate your local copies. You can use 'svn switch' to change the address without too much data traffic. I will post the correct address once I did the change. The old repository will stay online for a while, but is read-only even for the devs. So in case you experience data discrepancies between Irrlicht SVN browse and your local data, and update does not help, you might still be using on outdated repository.
In case there are any problems with the new style of apps, just report them here. Also if there are new features which we could benefit from, post your suggestions here.
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Move of Irrlicht repository and SF update

Post by hendu »

The new platform's (Allura) tickets don't work properly without javascript or on old browsers. It's fairly annoying having to fire up another browser to add a new ticket.

Nothing you can do about it, as it's SF's problem to decide to force-upgrade everyone.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: Move of Irrlicht repository and SF update

Post by hybrid »

Yeah, I avoided it as long as possible :-/
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: Move of Irrlicht repository and SF update

Post by hybrid »

Ok, here's the new path

Code: Select all

svn checkout svn://svn.code.sf.net/p/irrlicht/code/trunk irrlicht-trunk
Or whatever path you want (e.g. branches/releases/1.8).
For those who have read/write access, please use

Code: Select all

svn checkout --username=USERNAME svn+ssh://USERNAME@svn.code.sf.net/p/irrlicht/code/trunk irrlicht-trunk
Note that the existing checkouts have to be switched via relocate/switch!
CuteAlien
Admin
Posts: 9634
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Move of Irrlicht repository and SF update

Post by CuteAlien »

I guess we should put this on the frontpage.
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
AReichl
Posts: 268
Joined: Wed Jul 13, 2011 2:34 pm

Re: Move of Irrlicht repository and SF update

Post by AReichl »

svn:... OR https:... ?

first one does not work (for me), only second one.
greenya
Posts: 1012
Joined: Sun Jan 21, 2007 1:46 pm
Location: Ukraine
Contact:

Re: Move of Irrlicht repository and SF update

Post by greenya »

Currently i use https://irrlicht.svn.sourceforge.net/sv ... icht/trunk (the old link with read-only access).
It works fine, i see last rev. 4510.
Will i be able without any changes to use it in future? Or i will not see any further updates by that link?
zerochen
Posts: 273
Joined: Wed Jan 07, 2009 1:17 am
Location: Germany

Re: Move of Irrlicht repository and SF update

Post by zerochen »

@greenya
hybrid wrote:The old repository will stay online for a while, but is read-only even for the devs.
i think that means no further commits will be pushed to the old repo.


anyway. it might be also a good idea to update the summary page. there is still the old download button to irrlicht 1.7.3 ;)
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Move of Irrlicht repository and SF update

Post by hendu »

The new bugs and patches can't select "none" as a component, the only choices are "opengl-es" and "unstable (etc)".
wombat
Posts: 10
Joined: Mon Jun 22, 2009 8:02 pm

Re: Move of Irrlicht repository and SF update

Post by wombat »

The "Contributing" page (http://irrlicht.sourceforge.net/contributing/) still points to the old repo and 1.7.3 branch. Same for the WIKI (e.g. http://irrlicht3d.org/wiki/index.php?n= ... ngIrrlicht).

Maybe someone can fix this?
CuteAlien
Admin
Posts: 9634
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Move of Irrlicht repository and SF update

Post by CuteAlien »

Thanks, I've updated both and added the info also to the front-page.
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
Post Reply