Skip to content
tjohns edited this page Sep 13, 2010 · 4 revisions

This is a mirror of the Zend Framework SVN repository. The master copy of this repository is maintained at http://tjohns.net/git/zf.git.


To checkout the repository, run:

git clone http://tjohns.net/git/zf.git

Edit your files, then commit locally by running:

git commit -a

Finally, submit a patch back to me by running:

git send-email --to trevor@tjohns.net

If your sendmail installation does not work, you can output files for
manual mailing by running:

git format-patch

If you don’t have a commit bit, you can get new changes by
running:

git pull --rebase

If you have a commit bit and need write access back to the project SVN
repository, follow these steps when cloning:

git clone http://tjohns.net/git/zf.git; cd zf
git config --add remote.origin.fetch '+refs/remotes/*:refs/remotes/*'
git fetch
git svn init -s http://framework.zend.com/svn/framework/standard

After performing the above, you can get new changes by running git svn rebase. When you’re ready to commit back to SVN, use git svn dcommit.

This mirror is normally about a minute behind the master SVN repository. If you experience any problems, please contact trevor@tjohns.net.

If you use this mirror regularly, please subscribe to zf-git@lists.tjohns.net to be informed if anything major changes.

Clone this wiki locally