Tagged Questions

9
votes
4answers
6k views

bitbucket, “hg push” and “hg update”

If I start out with a local mercurial repo, which I consider to be the "main" repo (pardon me my dvcs lords), and intend to use bitbucket as a backup and issue tracking facility, I can do all my ...
9
votes
3answers
2k views

How can I integrate a bitbucket repository with the hosted on-demand version of FogBugz?

I use the on-demand (hosted) version of FogBugz. I would like to start using Mercurial for source control. I would like to integrate FogBugz and a BitBucket repository. I gave it a bit of a try but ...
3
votes
2answers
146 views

How to enforce a commit policy in Mercurial DVCS

For a small software development I would like changes to follow a defined process, whereby an integration branch would contain only "complete" changes. The idea stems from a post on my blog about ...
3
votes
1answer
207 views

Mercurial - Multiple heads - how do I “abandon” one head and take the other as tip/default?

I forked someone elses repository on Bitbucket and made some changes (and pushed them to my forked repo). In the meantime, the original author made substantial changes (pretty much a rewrite). I want ...
2
votes
1answer
45 views

Mercurial repository with bitbucket subrespository - how to prevent push

I am in the process of setting up some third-party subrepositories under a Mercurial repository. One subrepo is another Mercurial repo hosted on Bitbucket. Since it is a public repo, and I am not a ...
2
votes
4answers
497 views

Comparing the pros and cons of Bitbucket to Github

Disclaimer: This is a subjective question. Please follow relevant guidelines. I am considering the migration of source code from a traditional VCS to a DVCS. Since having a decent GUI web-based ...
1
vote
1answer
107 views

www.bitbucket.org certificate with fingerprint not verified issue while pushing changes

I am trying to push changes to a project I am contributing to. I have permissions to commit to the project and has a valid account in bitbucket. I am getting the below error while pushing the changes. ...
0
votes
1answer
179 views

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 ...