We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Initialize git-svn with the location of the eSpeak SVN repository:
$ git svn init https://svn.code.sf.net/p/espeak/code/trunk
Make git-svn use the upstream branch to look for commits:
$ git update-ref refs/remotes/git-svn refs/remotes/origin/upstream
Tell git-svn about the old eSpeak SVN repository (the repository has moved):
$ git config svn-remote.svn.rewriteRoot https://espeak.svn.sourceforge.net/svnroot/espeak/trunk
You can now run:
$ git svn rebase