Skip to content

Commit

Permalink
Automatic update
Browse files Browse the repository at this point in the history
  • Loading branch information
xosofox committed Feb 4, 2011
1 parent eee5065 commit af84f92
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,15 +1,37 @@
Phing and Propel Clone
======================

https://github.com/KaroDidi/propel1.6 and https://github.com/KaroDidi/phing are copies/clones of the official propel and phing SVN repositories.
What is it?
-----------

The intention of these repos is to use them as a git submodule in your project.
There are 3 repos:

For example, when working with Symfony2 and git, and using Propel as your ORM, you might be using
1) https://github.com/KaroDidi/propel
2) https://github.com/KaroDidi/propel1.6
3) and https://github.com/KaroDidi/phing

They are all copies/clones of the official propel and phing SVN repositories.

Why "propel" and "propel1.6"?
-----------------------------

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


Why?
---

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.

How?
----

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

including it as a git submodule.
Any you are including it as a git submodule.

Since the bundle depends on phing and propel, you might want to include

Expand Down

0 comments on commit af84f92

Please sign in to comment.