Hi there. I've been able to complete every step of the migration up until the sync-rebase step from this guide:
https://www.atlassian.com/git/migration#!migration-synchronize
The repo will eventually end up in a Stash repo, but I'm using a local repository for the transition period.
I was able to perform a successful "git svn fetch" to see commits coming in from the old SVN repo. However, I receive the following error when I try these commands:
- java -Dfile.encoding=utf-8 -jar ../svn-migration-scripts.jar sync-rebase
- java -Dfile.encoding=utf-8 -jar ../svn-migration-scripts.jar sync-rebase --prefix=origin/
Note that I tried out the second command because of this thread. I had received the same warning from git-svn about needing to default the prefix to origin/
Both of those commands resulted in this error:
fatal: ambiguous argument 'remotes/trunk': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Error finding tracking ref for branch master
---------------------------------
Some other info:
- I'm currently on the master branch
- here are a few branches listed in 'git branch -r'
origin/tags/ap-2.0.9
origin/trunk