« How to get Mac OS X build number in Terminal | Home
svn: Error resolving case of: how to fix it
By Мартин | August 5, 2009
Today 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: dir C:\Users returned access denied even though the full path was readable.