r1518184 | rhuijben | 2013-08-28 12:48:36 +0000 (Wed, 28 Aug 2013)
Properly calculate subdirectory filesystem paths for file:/// urls where the
root of the repository points to the root of a Windows drive root.
(Resolves an of by one error for this specific case)
* subversion/libsvn_ra_local/split_url.c
(svn_ra_local__split_URL): Fix 'clever' code that didn't cover a specific
Windows corner case.
* subversion/tests/cmdline/checkout_tests.py
(checkout_wc_from_drive): Extend testcase to cover two variants of this
issue.
Found by: Andy Levy <andy.levy{_AT_}gmail.com>