Migration from SVN to bitbucket - syncing

Julien Bouetard February 14, 2013

Hi,

I have already migrated successfully one repository from SVN ondemand to Bitbucket. Now I would like to test the syncing.

I made a change to the source code, and downloaded the dump file. Here are the next steps I did:

_ svnadmin load local-svn/ < svn-4.dump

_ Then I went to the git project and followed the commands described in the migration guide

snes:bddpil.git jbouetar$ git svn fetch

snes:bddpil.git jbouetar$ java -Dfile.encoding=utf-8 -jar /Users/jbouetar/Documents/Subversion\ migration/Bitbucket/svn-migration-scripts.jar sync-rebase

snes:bddpil.git jbouetar$ java -jar /Users/jbouetar/Documents/Subversion\ migration/Bitbucket/svn-migration-scripts.jar bitbucket-push unestudio Migr4tion bddpil

error: git-credential-osxkeychain died of signal 11

Everything up-to-date

error: git-credential-osxkeychain died of signal 11

Everything up-to-date

Successfully pushed to Bitbucket

_ However my latest change have not been uploaded to Bitbucket.

WOuld you be able to advise what I am missing here ?

Thanks,

Julien

1 answer

1 accepted

0 votes
Answer accepted
LucasA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 31, 2013

Hi Julien,

Note that this sync will only sync your SVN to you LOCAL Git repo. You have to push all your local Git changes to Bitbucket.

Lucas Lima

Atlassian Support

Suggest an answer

Log in or Sign up to answer