= Development SVN = The SVN repository used for the development can be found at (browsable):[[BR]] http://tools.assembla.com/svn/fckeditor [[BR]] To browse the SVN source the [http://tools.assembla.com/fckeditor/browser Browse Source] button in the toolbar offers a much better interface. == Repository Structure == {{{ FCKeditor ------+ Every subproject will have a directory in the root. trunk ------+ This is the development place. branches ---+ We'll start working with branches after the 2.4. tags 2.3.2 --+ 2.3.1 | A tag will be available for each version release. 2.3 | It contains the development version (trunk) at release time. 1.6.1 --+ }}} All subprojects in the repository will present a structure similar to the above. === The "trunk" === The trunk is the effective place were will be working everyday. Usually we'll have local working copies of the trunk only (and possibly any branch). Starting from version 2.4, the trunk will always have stable code which we can publish to the public SVN, and eventually release officially. So, only important bugs and small changes will be committed here, while more delicate and extensive developments will be done in a "branch". === Branches === [TODO] === Tags === [TODO] == Links == A good (and free) book about SVN. We may buy a copy of it:[[BR]] http://svnbook.red-bean.com/ ----