I have a BitBucket (Git) repository that I want to work on through eclipse. When I search online I find that I need to use mercurialeclipse. So I install it. Then I try doing in eclipse File > import > mercurial > clone existing mercurial repository
. But when I copy the url from BitBucket, it says Clone repository URL is invalid!
My guess is that this is happening because my repo is a Git repo. Again, I am very very new to BitBucket so I may be wrong about that.
Can someone please guide to the correct approach? After much failure, I finally found talks about EGit. Should I use that instead? I am using Juno on mac osx mountain lion.
My objective is to be able to do commits etc from within eclipse.