Monthly Archives: April, 2005

Bowflex

Yesterday, Andy and I put together the Bowflex Elite from Costco.

Certainly went better as a two-person job. Not that tough – the instructions were okay and it is a fairly straightforward assembly.

Now we all just need to watch the video and figure out how to use the thing!

Subversion Migration

shapeimage_23.png

I recently started making the move to using Subversion as my version control system.

Since migrating to the Macintosh, I had not gotten CVS up and running. My old system (in the dark PC days) was to have the CVS repository on my working machine, but on a different physical hard drive. On the new iMac, there was no second hard drive. (I do have Firewire drives, but leaving them connected seems to spoil the beautiful simplicity of the G5 iMac.)

Most everything in my old CVS repository is for the Palm, or some other source code that I don’t need to migrate to the Mac. Switching to Subversion seems to make sense now.

I downloaded the pre-built binaries from Martin Ott’s page. Quite nice of Mr. Ott to make those available.

Changes I made:

Note that the location of the global config files is NOT where the SVN docs seem to indicate. On my system using the Coding Monkeys install, they were at: ~/.subversion/config

Made sure that global ignores were enabled in the config file. Added “build” to cover the build sub-dir in an Xcode project. Need to keep in mind that this might be a problem in other contexts! Might be some better way to accomplish the goal of not having any of the build stuff included…

global-ignores = .o *.lo *.la ## ..rej *.rej .~ ~ .# .DS_Store build

Although links to the executables were created in /usr/local/bin, that directory was not on my default path in the shell.

The solution is to either add that directory to the path, or add the subversion bin directory /opt/subversion/bin.

Some general notes:

Creating the repository. I used the FSFS store instead of the BDB.

>svnadmin create –fs-type fsfs ~/svnrepo

Import a directory.

>svn import -m “New” . file:///users/donmeyer/svnrepo/code/objc/projectname/trunk

Trisha The Destructive Force

shapeimage_231.png
Trisha is a canine. What kind of canine we don’t know for sure, but the best bet is some Labrador Retriever and something else. German Shepherd Dog perhaps, although that may just be wishful thinking as we fondly recall our Roxanne and Holly. (Roxanne and Holly are the terrific GSD’s that we owned until their recent deaths.)

Trisha has separation anxiety. Badly.
We have moved her from her plastic mostly-enclosed crate to a wire-mesh cage. The cage was then moved from our dining room to our bedroom upstairs. This was done on the advice of a dog trainer that we hired to give us a brief mini-seminar on dealing with separation anxiety.

Yesterday, Trisha apparently knocked over the cage! From the inside. The cage door (now more of a drawbridge) came open, and she was free. Wow. Truly a force.

image-75b667d0ba5611d9.jpg