Saturday, April 26, 2008

Still couldn't get iPhone SDK working with OCUnit

I tried using OCUnit with the iPhone SDK Beta 3 yesterday, and couldn't get it working at all. So rather that kind fighting, I think I should better off create a regular Cocca application, use it to develop all the business object, Unit test them all using OCUnit, and then integrate them into an iPhone Application. That should be a much better way to use my time than fighting with the beta SDK issue.

Friday, April 25, 2008

Found my subversion site, but ....

I was trying to expose my subversion server to public so that I work on my home development project anywhere I go. The problem is that although I can see the site and the root folder "/svn" using TortoriseSVN client. But when I tried to access the content, I got:

Error * PROPFIND request failed on '/svn' PROPFIND of '/svn': could not connect to server (http://xx.yy.com:9854)

Well, granted I have that folder password protected, but should the TortoriseSVN prompt me to enter user name and password instead of giving me error?