Archive for August, 2009
svn: Error resolving case of: how to fix it
Wednesday, August 5th, 2009Today I got cryptic message svn: Error resolving case of from command:
svn revert C:\Users\james\src\ksod\main.c
How to fix it: it turned out to be a permissions issue: make sure that each part of the path is accessible to the account used to run svn client. For instance, in my case it was a problem with C:\Users directory: [...]
How to get Mac OS X build number in Terminal
Monday, August 3rd, 2009Type in:
sw_vers -buildVersion