Development/SVN

SVN (Subversion) Code Repository

Propel uses the  Subversion SCM for its development. The root of the Propel subversion repository is  http://svn.phpdb.org/propel/ (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.phpdb.org/propel/branches/1.5 
    
  • 1.4 branch (current stable version, only bugfixes)
    $> svn checkout http://svn.phpdb.org/propel/branches/1.4 
    
  • 1.3 branch (old version, only bugfixes)
    $> svn checkout http://svn.phpdb.org/propel/branches/1.3 
    
  • 1.2 branch (old version, only bugfixes)
    $> svn checkout http://svn.phpdb.org/propel/branches/1.2
    
  • Trunk (requires PHP 5.3, supports namespaces, not BC, not finished):
    $> svn checkout http://svn.phpdb.org/propel/trunk
    

All SVN commits are sent to the  propel-svn@googlegroups.com mailing list. Subscribe to this list or monitor the 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 mailing list? to request an account.