There are 4 repos:
- https://github.com/Xosofox/propel
- https://github.com/Xosofox/propel1.6
- https://github.com/Xosofox/phing
- https://github.com/Xosofox/propelVendor
They are all copies/clones of the official propel and phing SVN repositories.
Difference between "propel" and "propel1.6" is, that in 1.6 you have the current 1.6 version in the master branch In "propel", there are branches 1.1 to 1.6, so you need to/can select your desired version
The phing repo is currently using the version 2.4.6 (http://svn.phing.info/tags/2.4.6/)
The intention of these repos is to use them as a git submodule in your project, so you don't have to play with git-svn or anything like that.
For example, when working with Symfony2 and git, and using Propel as your ORM, you might be using the PropelBundle
https://github.com/willdurand/PropelBundle
Any you are including it as a git submodule.
Since the bundle depends on phing and propel, you might want to include
> git submodule add https://github.com/Xosofox/phing vendor/phing