subversion/screen conflict
So, it looks like I might have found a bug in either screen or subversion on OS X 10.5.6
I tried to update a checkout of one of my rails apps on my mac mini only to be confronted with the following:
jody@tiny:~/Code/ruby/old/rsvp$ svn up
Bus error I thought this was odd as I have never changed my version of subversion. Then I thought, "have I ever checked out code from a repository while I was in a screen session"? The answer was no, so I quit the screen session and tried again:
jody@tiny:~/Code/ruby/rsvp$ svn up
At revision 236.
So, it would seem that whatever screen does when I am in a screen session is not compatible with subversion. Now to see if there is anybody out there that will know why this happens.
