Due to persistent maintenance challenges and the community's limited engagement and usage, git svn support in Git for Windows will be phased out over the next few releases.
The recommendation for Git for Windows users who still require a working git svn is to use a Linux version of git svn via the Windows Subsystem for Linux, or to use git svn in a regular MSYS2 UCRT64 setup:
- Install MSYS2.
- In the MSYS2 UCRT64 Bash, call
pacman -Sy mingw-w64-ucrt-x86_64-git-svn
- Then use
git svn [...] as per usual.
Due to persistent maintenance challenges and the community's limited engagement and usage,
git svnsupport in Git for Windows will be phased out over the next few releases.The recommendation for Git for Windows users who still require a working
git svnis to use a Linux version ofgit svnvia the Windows Subsystem for Linux, or to usegit svnin a regular MSYS2 UCRT64 setup:pacman -Sy mingw-w64-ucrt-x86_64-git-svngit svn [...]as per usual.