Nerd sniped by @bzg into writing about git remote helpers: https://nesbitt.io/2026/03/18/git-remote-helpers.html
Git Remote Helpers

Git can talk to anything if you write the right helper.

Andrew Nesbitt
@andrewnez @bzg is there a git-remote-svn? It is not listed and I couldn't find any after a quick search.
On a project I collaborate the CI is on github but the orginal repo is not and this causes some issues when preparing a patch
@Lluis_Revilla @bzg git svn is built into git, but doesn’t use the same plugin setup as it predates it