I plan to rearrange the Subversion repository later today or tomorrow in order to make the 4.0 development branch the new trunk.
"trunk" will be moved to "branches/3.x-dev"
"branches/4.0" will be renamed to "branches/4.0-spike" and retired (actually it has been retired for a while, I just haven't finished ripping code out of it yet).
I will post here when I make the changes. At that time:
- if you are currently following trunk, you should "svn switch" to branches/3.x-dev
- if you are current following branches/4.0, you should "svn switch" to trunk
The new trunk will be the development spike that currently exists in my local repository. It is a mostly sideways step from the current "branches/4.0" code: improved code organization, better test coverage, and some new functionality. Not all of the functionality in the previous spike it present; I'm in the process of cut-and-paste into the new trunk.
Let me know if you have any questions.
Update: All done. Here are the new locations:
3.x Development:
https://premake.svn.sourceforge.net/svnroot/premake/branches/3.x-dev
4.x Development:
https://premake.svn.sourceforge.net/svnroot/premake/trunk
