How can I connect a MonoDevelop project to BitBucket using git or svn?
i'm using BitBucket to host my code because I can have a free PRIVATE repository.
Can someone show me the connection details if wish to use MonoDevelop to connect to bitbuck via git, svn please? I'm und开发者_开发知识库er the impression that HG is not support in MonoDevelop.
Look here on how you can use Git and have a free private Hg repo on BitBucket - http://quirkygba.blogspot.com/2011/02/how-to-use-bitbuckets-free-private.html
Grab your https link from the overview page on bitbucket.org (once you've logged in)
From MonoDevelop:
- Go to Version control and "Checkout"
- Make sure you have the
Protocol
set to HTTPS - Put your https link in the
Url:
spot and it will auto-fill everything for you. - Make sure your target directory is correct. I just created a new folder in my
Projects
directory called "Repository" - Click "OK" and enter your credentials when it asks (it should prefill your username)
- The version control drop-down should now allow you to publish your changes (after you enter your credentials that is)
Let me know if this helps
精彩评论