I got this error due to backslash(\) at the end of the path.
1 2 3 4 5 6 |
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. |