-
-
Recent Posts
Tags
Archives
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- January 2011
- December 2010
- November 2010
- August 2010
- July 2010
- April 2010
- November 2009
- October 2009
- August 2009
- October 2008
- January 2008
- November 2007
- October 2007
- August 2007
- July 2007
- June 2007
- May 2007
- March 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- April 2004
Meta
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
Doctrine
I managed to install Doctrine using the svn:externals technique in Eclipse/Subclipse (SVN).
Git or Subversion
Is Git better than Subversion?
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.
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.