I'm not sure why but when I'm running the following command on a SVN repo to migrate it to Git, I get the following error:
Command:
git svn clone <SVN_repo_URL> --prefix=svn/ --no-metadata --authors-file=authors-transform.txt --stdlayout --username=<svn_username> <path_for_new_git_repo>
Output:
Initialized empty Git repository in <path_for_new_git_repo>
Using higher level of URL: <SVN_repo_URL> => <parent_path_of_SVN_repo_URL>
Error from SVN, (175004): RA layer failed to fetch properties: The PROPFIND response did not include the requested baseline-collection value
Error:
Error from SVN, (175004): RA layer failed to fetch properties: The PROPFIND response did not include the requested baseline-collection value
Version details:
- SVN:
1.14.2 (r1899510), compiled Apr 12 2022, 19:41:14 on x86/x86_x64-microsoft-windows-6.2.92000
- Git:
2.39.0.windows.2
Reference document:
Any idea what is causing this error?