I am having a bit of an annoying issue here.
We have a private BitBucket central repo and each of us have cloned it on our desktop but we are using SourceTree which is not my favourite.
So my question is how can I configure TortoiseSvn t work with it?
I tried the following:
- Created a folder on my desktop
- Right clicked on it -> SVN Checkout
- Pasted the https link to my BitBucket repo and pressed OK
- And get the following error
Checkout from https://[email protected]/xxxxx/xxxxx.git, revision HEAD, Fully recursive, Externals included Unable to connect to a repository at URL 'https://[email protected]/xxxxx/xxxxx.git' Repository moved temporarily to 'https://bitbucket.org/account/signin/%3Fnext=/xxxxx/xxxxx.git'; please relocate Completed!
The reason I think this is happening is because it is not authenticated and I need to somehow force Tortoise to log in but I am not sure how.
Can anyone point me in the right direction please?