"Bert Huijben" <b...@qqmail.nl> writes: >> + repos_url = apr_pstrcat(pool, "file://", cwd_utf8->data, >> + "/test-patch-repos", NULL); > > This won't work for cwd on Windows. That would give "file://C:/dir", > while it should be "file:///C:/dir" (Fixed in r927764)
What about using svn_test__current_directory_url? -- Philip