Posted by
Nick
on
2006-07-20
at
4:29 PM
Anyone who does development in an environment with more than one person is intimately familiar with version control. I moved from CVS to Subversion a couple of years ago, and never looked back. On my Windows machines, I use TortoiseSVN quite a bit as it makes SVN tasks at-a-glance far easier to deal with. I found a similar tool for Mac OS X called
SCPlugin, attempted to compile it, and found that it was PowerPC only.
For those of you interested in an Intel version,
I found one.
Wow, two posts in a day!
Tags:
intel
macbook
svn
version control
subversion
scplugin
Posted by
Nick
on
2006-05-17
at
1:03 PM
My coworker had a strange issue where his MacBook Pro would boot up, run just fine for about 30 seconds, and freeze up. The cursor would still move just fine, but you couldn't access anything. SSH sessions into the machine would stop as well. I was baffled, trying to remove Parallels Workstation, thinking that kernel extension had issues, but to no avail.
Turns out that Security Update 2006-003 on Intel managed to mess around with a few services, causing them not to work properly, or abort. In this case, RemoteDesktopAgent would hard freeze a system as soon as launchctl would start it. Remove it from /System/Library/StartupItems, and all is well again.
I wonder how long til Apple releases a Remote Desktop update, or if this is something that is "fixed" in the 3.0 paid upgrade of Apple Remote Desktop.
sigh.
Tags:
apple
ard
remotedesktop
intel
os x