Month of April, 2006

Subversion Tip

Grabbed this little tip from the web. If you've ever had to add multiple files to a subversion repository from the command line then you understand the pain involved. This pain can be reduced by running:

svn status | grep \? | cut -f7 -d' ' | xargs svn add

This series of commands will run run svn status, the output from that is then run through grep \? which finds all lines containing a question mark. The output from grep is passed to cut -f7 -d' ' which selects the path name, and these multiple lines are then passed on to xargs svn add which combines all of the unknown paths into a single call to svn add.

Battlestar Galactica Prequel coming?

According to Zap2It there's a Battlestar Galactica Prequel called Caprica in the works.

Caprica takes place approximately 50 years before BSG does and focuses on 2 families. The Adamas and the Graystones. The 12 colonies are at peace and a technological revolution is about to occur with the creation of the first cylon.

No word yet as to when this will be released and my buddy that works on BSG hasn't gotten back to me.

SciFI now has some news regarding this.

Intel Mac’s and Eclipse

The current version of Eclipse will NOT work (at least out of the box) with the new Intel Based Mac's. Andre Weinand over at IBM has posted this file that will fix the issues.

Once you download the file unzip it and then move org.eclipse.swt.carbon.macosx.ppc_3.1.0.jar into the eclipse/plugins folder. Also make sure you delete the org.eclipse.swt.carbon.macosx.ppc_3.1.1.jar file located within the plugins folder.

Rumour has it that eclipse-SDK-3.2M5-macosx-carbon.tar.gz will also fix these issues although I haven't tried it yet.

Too Sexy for WoW

/amaze
/chuckle
/giggle
/laugh




/dance
/spoon

17" MacBook Pro

Apple has the new 17" MacBook Pro up for order in the Apple Store. Near as I can tell the only difference between the one I have and this is the screen size and resolution as well as weight.

I've now had 2 17" Powerbooks in the past as well as as 3 15" models and I have to say that I love the screen real estate of the 17" ones but they are completely useless while traveling on a plane.

I'm thrilled with the 15" MacBook Pro that I have and since I'll be traveling overseas a fair amount I think it was the right decision to go with.

Copyright 2002-2008 Damage Studios