Skip to content

svn E020024: Error resolving case of

Last updated on April 1, 2021

I got this error due to backslash(\) at the end of the path.

svn checkout "svn://[YOUR SVN URL]/Admin scripts" "C:\Users\arjun\Documents\WebServer\admin\" --depth empty
// svn: E020024: Error resolving case of "C:\Users\arjun\Documents\WebServer\admin"


svn checkout "svn://[YOUR SVN URL]/Admin scripts" "C:\Users\arjun\Documents\WebServer\admin" --depth empty
Checked out revision xxx.

Or you can use forward slash instead of backslash (\) for the output path.

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments