In the svn to bitbucket migration guide, 'Upload' step, it is mentioned that the push is accomplished using the migration-scripts jar, like so:
$ java -jar svn-migration-scripts.jar bitbucket-push <team_admin_account> <password> <team_account> <repository-name> |
My quesiton is this: must the 'team_admin_account' be the same one used to create the bitbucket team account (the atlassian account owner)? Or would any team member having admin level privileges suffice?
Thanks!
Anyone with admin on the team should work fine. The script just calls a few API bits in the bitbucket API which need that level of permission on the team.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.