It looks like svnmirror plugin doesn’t work with partial cloning functionality(((
How to reproduce:
- add some text file into repo in the svn repo;
- Got this file thought sync process;
- Open bash and clone repo using command " git clone --filter=blob:none test_blob_none
- Got error
remote: Enumerating objects: 3333, done.
remote: Counting objects: 100% (3316/3316), done.
remote: Compressing objects: 100% (1200/1200), done.
remote: Total 3333(delta 200), reused 0 (delta 0), pack-reused 3055
Receiving objects: 100% (3333/3333), 15 MiB | 14.17 MiB/s, done.
Resolving deltas: 100% (2567/2567), done.
fatal: expected 'packfile'
fatal: could not fetch 66c5b351023bccf718155f61576f437dd5a6896b from promisor remote
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/
- Run “git show 66c5b351023bccf718155f61576f437dd5a6896b”
- Got " Text file added from svn"