TYPO3 v4 Development¶
TYPO3 4.3¶
- TYPO3 4.3 Tasks - features which are assigned for TYPO3 4.3 development
- TYPO3 4.3 Roadmap - timeline of the TYPO3 4.3 development
- TYPO3 4.3 Unassigned Ideas - pick one if you'd like to
Resources¶
- TYPO3 Bugtracker to file bug reports and feature request
- TYPO3 Core Development Mailing List to suggest patches
- TYPO3 Wiki for Pending Documentations of the current development branch
SVN Repositiory¶
The SVN repository has been moved from typo3.sourceforge.net to our own servers at svn.typo3.org on 23rd May 2008. Please make sure to use the correct repository and the latest development state by checking out the code like this on Unix/Linux systems:
myhost:/home/user/# svn co https://svn.typo3.org/TYPO3v4/Core/trunk trunk
Once the code was checked out, you don't have to execute the checkout again. Updating to the recent changes of the TYPO3 Core works with the "update" or "up" command:
myhost:/home/user/trunk/# svn up
On Microsoft Windows systems you can use TourtoiseSVN which is a graphical interface to the command line SVN tools.
The repository URL stays the same:
https://svn.typo3.org/TYPO3v4/Core/trunk