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.