I'm currently in the process of migrating from SVN to Git on Bitbucket. I've been following your migration guide at https://go-dvcs.atlassian.com/display/aod/Upload.
I've got to the point of uploading my repository to Bitbucket. I've ran the command:
java -jar svn-migration-scripts.jar bitbucket-push
The repository has been created on Bitcucket however the command seems to be just hanging, no files are ever committed.
Hi Robert,
The tail end of the script is just Git commands. You can finish up the push by doing:
git push --all
Good day to you. Do you get any errors in the migration logs while the script is trying to push the repository? could you paste it to us?
Or you can work around that and delete the repository and create it manually again from Bitbucket. You can follow this guide to perform that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.