Skip to content

A 1:1 copy/clone from the official propel SVN repo - to be used as a git submodule

License

Notifications You must be signed in to change notification settings

xosofox/propel1.6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phing and Propel Clone

What is it?

There are 3 repos:

  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

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/KaroDidi/phing vendor/phing
> git submodule add https://github.com/KaroDidi/propel1.6 vendor/propel

About

A 1:1 copy/clone from the official propel SVN repo - to be used as a git submodule

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published