Archive for August 5th, 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: [...]