git svn fetch fails with: index uses e 2. extension, which we do not understand #3780
Description
I am trying to clone a huge repo using GIT SVN I am getting the following error using: git svn fetch
git svn fetch -q -r 64480
error: index uses e 2. extension, which we do not understand
fatal: index file corrupt
write-tree: command returned error: 128
I have the svn repo locally and serving using the svnserve command from local computer thus no issues with netowrking.
svnadmin verify reports no issues.
Setup
- Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
-[System Info]
git version:
git version 2.35.1.windows.2
cpu: x86_64
built from commit: 5437f0f
sizeof-long: 4
sizeof-size_t: 8
shell-path: /bin/sh
feature: fsmonitor--daemon
uname: Windows 10.0 19044
compiler info: gnuc: 11.2
libc info: no libc information available
$SHELL (typically, interactive shell): C:\Program Files\Git\usr\bin\bash.exe
$ git --version --build-options
git version 2.35.1.windows.2
cpu: x86_64
built from commit: 5437f0fd368c7faf1a0b5e1fef048232c1f2a3e6
sizeof-long: 4
sizeof-size_t: 8
shell-path: /bin/sh
feature: fsmonitor--daemon
$ cmd.exe /c ver
I am using the mingw64 aka the git shell
- What options did you set as part of the installation? Or did you choose the
defaults?
I used defaults
One of the following:
type "C:\Program Files\Git\etc\install-options.txt"
type "C:\Program Files (x86)\Git\etc\install-options.txt"
type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt"
$ cat /etc/install-options.txt
Editor Option: Notepad++
Custom Editor Path:
Default Branch Option:
Path Option: Cmd
SSH Option: OpenSSH
Tortoise Option: false
CURL Option: WinSSL
CRLF Option: CRLFCommitAsIs
Bash Terminal Option: MinTTY
Git Pull Behavior Option: Rebase
Use Credential Manager: Enabled
Performance Tweaks FSCache: Enabled
Enable Symlinks: Disabled
Enable Pseudo Console Support: Disabled
Enable FSMonitor: Disabled
- Any other interesting things about your environment that might be related
to the issue you're seeing?
nothing special
Details
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
mingw64
- What commands did you run to trigger this issue? If you can provide a
Minimal, Complete, and Verifiable example
this will help us understand the issue.
git svn fetch
- What did you expect to occur after running these commands?
to work and clone the entire project
- What actually happened instead?
error: index uses e 2. extension, which we do not understand
fatal: index file corrupt
write-tree: command returned error: 128