Coderguy’s Blog

Thoughts on code

About

Hello, my name is Daniel Ice. I am a software developer in the Dallas, TX area. I enjoy learning about new technology. I mostly focus on PHP and Ruby on Rails.

Archive for the 'Software Developement' Category

PHP Session Numeric Key Bug

Wednesday, July 8th, 2009

I was working on a 404 page today.  The pages that detected the 404 and routed it to the 404 page, would try and set the $_SESSION['404'] variable.  After setting the variable I was able to use it on that page.  However, after the redirect the variable was missing.  I could set other variables, and [...]

Read the rest of this entry »

Upgrading Subversion (SVN) on the Mac

Monday, June 22nd, 2009

As new versions of SVN come out, I enviably run into the error message: svn: This client is too old to work with working copy ‘.’. I have spent countless hours looking for a good way to upgrade the SVN client on my Mac. The offical SVN page, includes links to MacPorts and Fink versions. [...]

Read the rest of this entry »