I try to clone my SVN (assembla) repository to GIT one (bitbucket)
I used bitbucket wizard importing code from SVN to GIT online
But I got the following error:
23:58:39 svn import for: https://subversion.assembla.com/svn/ugisvn/trunk
23:58:39 Checking out https://subversion.assembla.com/svn/ugisvn/trunk...
23:58:40 A elad2109/elad2109/bb_tmp
23:58:40 Exported revision 59.
23:58:40 Done
23:58:40 Subversion checkout successful
23:58:40 Creating new git repository...
23:58:40 Initialized empty Git repository in elad2109/elad2109/bb_tmp/.git/
23:58:40 Done
23:58:40 Done
23:58:40 # On branch master
23:58:40 #
23:58:40 # Initial commit
23:58:40 #
23:58:40 nothing to commit (create/copy files and use "git add" to track)
23:58:40 Unable to convert svn checkout to git
23:58:40 Svn checkout failed: <class 'bitbucket.apps.async.tasks.ImportException'>: Command failed. Return value: 1
But how can I fix it?
Solved:
My two problems were solved:
missing Author
- I had to verify my registartion email to bitbucket.org
empty trunk
- I just gave one higher level of SVN repository
Solved my two problems:
missing Author - I had to verify my registartion email to bitbucket.org
empty trunck - just gave one higher level of SVN repository
Try using the command line. You must fiddle with your authors file. Basically for any "No existing author found" you must add a none entry in your authors.txt file
elad2109 = none <[email protected]>
Here's a good tutorial on manual migration: http://taombo.com/taombo-blog/moving-your-svn-repositories-to-git-on-bitbucket
Regards, Zeno.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With