= SVN (Subversion) Code Repository = Propel uses the [http://subversion.tigris.org/ Subversion] SCM for its development. The root of the Propel subversion repository is [http://svn.propelorm.org/] ([browser:/ browse]). Use Subversion to checkout a copy of the source code. We do what we can to ensure that SVN versions are build-able and run-able, but clearly the code in SVN should not be considered as stable as the PEAR packages. * 1.5 branch (next version, new features, backward compatible, not stable) {{{ $> svn checkout http://svn.propelorm.org/branches/1.5 }}} * '''1.4 branch (current stable version, only bugfixes)''' {{{ $> svn checkout http://svn.propelorm.org/branches/1.4 }}} * 1.3 branch (old version, only bugfixes) {{{ $> svn checkout http://svn.propelorm.org/branches/1.3 }}} * 1.2 branch (old version, only bugfixes) {{{ $> svn checkout http://svn.propelorm.org/branches/1.2 }}} * Trunk (requires PHP 5.3, supports namespaces, not BC, not finished): {{{ $> svn checkout http://svn.propelorm.org/trunk }}} All SVN commits are sent to the [http://groups.google.com/group/propel-svn propel-svn@googlegroups.com] mailing list. Subscribe to this list or monitor the [/timeline timeline] if you are using a SVN version of Propel. If you'd like to commit code to the repository, please send an email to the ''developer'' [wiki:Support/MailingLists mailing list] to request an account.