SVN (Subversion) Code Repository
Subversion is a versioning control system used for development of Propel.
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 stable.
Currently trunk and the 1.3 branch are both being worked on together, trunk is for PHP 5.3 with namespace support and 1.3 is aimed at PHP 5.2, please make sure you select the right versions before attempting to use an SVN checkout of Propel. Generally the 1.3 branch is rather stable but can have oddities in it from time to time. Use at your own risk.
1.3:
$> svn checkout http://svn.phpdb.org/propel/branches/1.3
Trunk:
$> svn checkout http://svn.phpdb.org/propel/trunk
All SVN commits are sent to the cvs@propel.tigris.org mailing list (so-named for legacy reasons). We suggest subscribing to this list or monitoring the archives 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.
