$ git --version
git version 2.15.0.windows.1
$ git config --get http.proxy
$ git.exe svn clone "https://svn.code.sf.net/p/tdbf/code" "D:\1\code" -T trunk - b branches -t tags
0 [main] perl 12028 child_info_fork::abort: unable to remap msys-svn_wc-1- 0.dll to same address as parent (0x410000) - try running rebaseall
0 [main] perl 22932 child_info_fork::abort: unable to remap msys-svn_wc-1- 0.dll to same address as parent (0x410000) - try running rebaseall
1 [main] perl 4944 child_info_fork::abort: address space needed by 'msys-s vn_wc-1-0.dll' (0x410000) is already occupied
0 [main] perl 22216 child_info_fork::abort: unable to remap msys-svn_wc-1- 0.dll to same address as parent (0x410000) - try running rebaseall
1 [main] perl 13684 child_info_fork::abort: address space needed by 'msys- svn_wc-1-0.dll' (0x410000) is already occupied
0 [main] perl 15868 child_info_fork::abort: unable to remap msys-svn_wc-1- 0.dll to same address as parent (0x410000) - try running rebaseall
....and so forth.
This usually indicates a conflict of the base address of the MSYS2 runtime
with other .dll files.
You *might* be able to fix this by opening a Powershell in Administrator
Mode and calling
See also https://github.com/git-for-windows/git/wiki/32-bit-issues (even
if this problem also occasionally shows on 64-bit systems).