Category Archives: Programming

Git, GitHub, TortoiseGit, Windows 7, Windows Vista, msysgit

I wasted a lot of today setting up TortoiseGit on two PCs, one running Vista and the other running Windows 7,  to work with my private Git repository at GitHub. Here’s what finally worked: 1) I downloaded msysgit (Git-1.7.0.2-preview20100309.exe) from http://code.google.com/p/msysgit/downloads/list 2) … Continue reading

Posted in Programming | Tagged , , , , , | 2 Comments

Doctrine

I managed to install Doctrine using the svn:externals technique in Eclipse/Subclipse (SVN).

Posted in Programming | Tagged , , , | Leave a comment

Git or Subversion

Is Git better than Subversion?

Posted in Programming | Tagged , | Leave a comment

Propel

I have not been successful in getting Propel to work on my system. The problem may have something to do with phing. I gave up and decided to focus on Doctrine instead.

Posted in Programming | Tagged , , | Leave a comment

Object-relational mapping (ORM)

I think that using an ORM might speed up some of the PHP development I am involved in. The two main contenders are Doctrine and Propel.

Posted in Programming | Tagged , , , | Leave a comment