It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I'm currently using the OnDemand SVN server, but I need to move to BitBucket. I've already selected the migration option and can log into BitBucket.
When creating a repository I notice the option to import from SVN. I selected that option and entered my URL, username and password.
The process fails with "authorization failed" and "rejected Basic challenge".
I verified the username and password...not sure what else to try. Any suggestions?
Hi Michael,
In order to perform the migration this option is unfortunately not possible. We have created the following procedure to help you out during your migration process. Please take a look at this page
You could use the SVN importer in Bitbucket, but it won't take any of your hisotry. When you use the Bitbucket importer, we do exactly the following:
svn export https://URL_TO_REPOSITORY/PATH NEW_DIRECTORY cd NEW_DIRECTORY git init git add -A git commit -m "Initial commit by Bitbucket importer" git push -u origin master
This means you don't keep any history, tags or branches from subversion.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello! My name is Mark Askew and I am a Premier Support Engineer for products Bitbucket Server/Data Center, Fisheye & Crucible. Today, I want to bring the discussion that Jennifer, Matt, and ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.