Irrlicht SVN versions and paths

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Irrlicht SVN versions and paths

Post by hybrid »

Irrlicht SDK releases are now taken from branches rather than the Subversion trunk. Once released, bugfixes will continue to be applied to release branches, but new features will only go to the trunk.

The last release was 1.8. You can checkout that branch (which may contain bugfixes not in the packaged SDK) using this SVN address:

https://svn.code.sf.net/p/irrlicht/code ... leases/1.8


The latest development version, with new features, and not guaranteed to be stable at any moment is:

https://svn.code.sf.net/p/irrlicht/code/trunk

Older versions of Irrlicht (official releases) are still available in the tags/ directory (starting with 1.1).

You can use the 'svn switch' command to change a checked-out repository from one branch to the other. Simply give the URL as a parameter and SVN will update your code just as if you call 'svn update' for the latest revisions.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: Irrlicht SVN versions and paths

Post by hybrid »

Of course all the other versions up to 1.7.x are also available under the exact same naming scheme!
Post Reply