I managed to migrate a repository from SVN to GitLab via svn2git a couple days ago as a test. I used svn2git because I needed a one way/cut over migration.
There have been some new commits on SVN (the Git repo remains untouched) since and I'm trying to update the resulting Git repository using svn2git {REPO URL} --rebase
but it returns Error starting script: Too many arguments
I'd just like to know what might cause this error and how to avoid it and successfully update the Git repo without changing anything in the SVN repo. I'm on Debian.