Tagged Questions

Bitbucket is a free code hosting site for the Mercurial and Git distributed version control systems.

learn more… | top users | synonyms

37
votes
9answers
4k views

Mercurial (and, I guess Git) with Dropbox: any drawbacks?

I have a Mercurial repository for a personal project, and I have been storing the master repository in my Dropbox for a few weeks now (something along this line; and I understand it's also possible ...
27
votes
14answers
11k views

BitBucket or alternatives [closed]

I am looking for a public Mercurial repository and would like any opinions from users of either BitBucket or alternatives. I've tried the free version of BitBucket and it has a great interface, but ...
16
votes
2answers
654 views

Is there a way to not have Bitbucket ask for my password every time when doing remote Mercurial operations?

With all other Mercurial repos that I push to, I can set my username and password in my hgrc (actually, Mercurial.ini since I'm using Windows) for doing operations at a particular domain, and ...
12
votes
2answers
3k views

Mirroring a project from bitbucket to github

Is there an efficient workflow to mirror a project that is mainly hosted on bitbucket using Hg, to github?
10
votes
2answers
318 views

Push to multiple remote repositories from a single local repo in Mercurial

I was considering using AppHarbor to host a lightweight website and was investigating their Mercurial integration. Currently I use Kiln for my remote repositories, but currently AppHarbor only ...
9
votes
2answers
899 views

Choosing a Mercurial hosting

I'm looking for a Mercurial hosting which is free. (I'm only a student right now.) And it seems like it boils down to Bitbucket or Project Hosting on Google Code. (Other suggestions are welcome.) So, ...
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 ...
8
votes
2answers
491 views

How can I integrate bitbucket.org's Issues with issue tracking in TortoiseHg?

I can not find any documentation for this - is it possible?
8
votes
1answer
1k views

Is proprietary code legally safe on bitbucket or github?

I know this slightly in the legal realm but its unclear who owns the code if you put proprietary code on github or bitbucket in a private repository. From Bitbucket we have: By submitting public ...
8
votes
4answers
1k views

How to mark an issue as resolved from the commit log?

I noted that in BiBucket.org when your commit log contains a number like #12 this number is linked to the bug number 12. I found this feature interesting, and I wonder if there is any keyword that ...
7
votes
1answer
517 views

TortoiseHg Push

What's the TortoiseHg equivalent of: hg push http://bitbucket.org/MY_USER/MY_REPO I haven't been able to figure out how to do this in the manual, and I ask this after extensive Google searching. ...
7
votes
1answer
722 views

Bitbucket reliable?

I understand this question is on the edge of being acceptable for stackoverflow, but still, I feel it is worth asking. I've started using bitbucket.org a couple of days ago, attracted by mercurial ...
7
votes
2answers
586 views

How do I move a private Mercurial repository to a central server?

I’m just getting started with Mercurial, and I’ve read Joel Spolsky’s Hg Init tutorial, which I liked. I’m wondering: let’s say I have a private repository and I work on it for about a month. Then I ...
6
votes
2answers
779 views

Struggling with git, cannot push to remote BitBucket repository

Ok, hopefully this should be easy for you. I'm new to git, BitBucket and somewhat new to version control too, I'm going to be missing something obvious to you. So here's what I've done: I've ...
6
votes
1answer
748 views

How much space can your BitBucket account have?

I created a BitBucket account today, and I love the fact that they allow you to have unlimited public/private repositories. However, I didn't find the size limit of your account? Does anyone know ...
6
votes
3answers
581 views

Host Mercurial on my company's intranet?

Instead of using an external web-based Mercurial host, I want to set one up on my company's intranet. Is there a web-based tool for Mercurial that lets you have an interface like Bitbucket's but let's ...
6
votes
1answer
340 views

Extracting a subdirectory of repository A to a different repository B using mercurial

I want to move a part, i.e. one subdirectory of an existing, private mercurial repository to a new, public repository on bitbucket. Is it possible to do this including the changesets or do I have to ...
5
votes
2answers
272 views

Code review for Bitbucket / hg?

My team is using hg with Bitbucket. We'd like to do code reviews, but I haven't found any good tool that integrates with hg or Bitbucket to do so. Do you have any recommendations?
5
votes
1answer
538 views

how to use git extension with bitbucket repository?

I have repository on both github.com and bitbucket.org, and I am very familiar using Git Extension for all repository function ... but when I started using bitbucket.org repo's I have to use ...
5
votes
2answers
2k views

How do I get MercurialEclipse and Bitbucket to talk to each other?

I'm an Eclipse user, but I'm a newbie to Mercurial and to Bitbucket. I think I understand the command-line hg commands. I can create repositories, clone, push, pull, update, that stuff. If I have a ...
5
votes
2answers
639 views

Forking an hg repo from BitBucket into a GitHub repo

What's the quickest way to clone/fork a Mercurial repo from BitBucket to a Git repo in GitHub? I'm aware that I can clone to a local repo, convert to git and then push to a new GitHub repo. Let's ...
5
votes
2answers
383 views

How can I get Mercurial to push commits again?

I'm not aware that I changed anything and am running Ubuntu 10.10. Mercurial had been working fine and then all of a sudden when I started pushing commits this morning I started receiving the ...
5
votes
2answers
402 views

Mercurial - how to fetch latest changes from parent of fork?

I've been dabbling with Mercurial for a short while now, and I've now set up several projects on BitBucket, one forking off of the other. I've been able to make changes to each repo with no problem, ...
5
votes
3answers
346 views

What's a good free bug tracking system that integrates with Mercurial and/or bitbucket?

I am a lone developer working on many projects simultaneously, and keeping all these bugs in my head has become burdonsome. I've been using some "task" websites to manage my bugs for a while now, and ...
4
votes
2answers
79 views

Accidentally committed a large amount of raw data in Mercurial, how do I keep it from overloading my bitbucket repository?

I copied a large amount of data from my labs file server to my laptop, then accidentally committed it to the Mercurial repository I'm using to back up my thesis. Now I have 200+ MB of data I don't ...
4
votes
2answers
609 views

How to push local changes to a remote git repository on bitbucket

I'm testing out Git and Bitbucket. I've created a repository on Bitbucket and have created a local copy of the repo and am committing files into it. I cann't seem to push the files from my local repo ...
4
votes
1answer
175 views

Is there a way to provide self-hosted web-based forking of Mercurial repos like BitBucket/Kiln?

I'm currently using self-hosted SVN with Trac for a FOSS project, and am slowly moving to Mercurial. I've got HgWeb set up, so I can view the repository and check out over HTTP, but I'd like to be ...
4
votes
1answer
174 views

Reading the BitBucket API with Authentication for a Private Repository in C#.net

I've been trying for a few days to get the BitBucket API to work for me, but have come to a grinding halt when it comes to getting it to work for a private repository with authentication (with the ...
4
votes
3answers
97 views

Versioning machine specific configs

I want to work from several locations on -for instance- a website. Every pc has its own repository of the project (preferably Mercurial, Git otherwise), but each computer needs its own config settings ...
4
votes
1answer
441 views

Pushing multiple heads with Mercurial

For a workflow like this, $hg clone <bitbucket repo> ... fix, fix ... $hg commit -m "good comment!" $hg bookmark stable ...new fix on stable... $hg commit -m "new fix on stable bookmark" ...
4
votes
2answers
464 views

Mercurial: performance of access via ssh and http

I've noticed that cloning repo via ssh is much slower than through http regardless if it is from my own servers or BitBucket. Much in my case equals to 10 seconds from http vs. more than 2 minutes ...
4
votes
1answer
787 views

Automatic deployment of files from a BitBucket repository

Is there a tool out there (preferably web-based) which would automatically detect commits to a BitBucket repository, and at that time, copy all files in the repository to a web-server via FTP? I ...
4
votes
2answers
1k views

hg pull from bitbucket using fabric

I'm trying to use fabric to deploy a Django project and I get this error when I run hg pull: [myusername.webfactional.com] run: hg pull [myusername.webfactional.com] out: remote: Warning: Permanently ...
4
votes
2answers
427 views

Is there a way to use bitbucket to fork a subversion project?

I have commit rights to a sourceforge project that is owned by the other, primary developer. I'd like to manage my own changes using mercurial, and in fact I'd like to publish them as a fork of this ...
4
votes
1answer
248 views

Posting a download to bitbucket from a shell script

I'd like to be able to fully-automate the process of packaging the release of an application (in Xcode) via shell script and I'd like the zip archive that is released to be a download on bitbucket. ...
3
votes
1answer
108 views

Move local Mercurial repository to Bitbucket

Has anyone taken a local repo and imported it into Bitbucket? When I go to do this, the Import page asks for a URL, but I'm working on a local computer that does not have port 8000 open to the ...
3
votes
1answer
328 views

Understanding Git with XCode and BitBucket

After following several tutorials I was finally able to take my existing, non-Git-Repository XCode Project and get it uploaded to a repository on BitBucket. I'm completely new to git but I'd like to ...
3
votes
1answer
133 views

Manage issues from Bitbucket/Github with desktop application

I really love using Bitbucket or Github however I am often offline and unable to access the their issue pages for my projects. Recently Github release a Mac desktop application which allows to manage ...
3
votes
1answer
259 views

How to remove the git remote branch from bitbucket?

I try to remove the git remote branch on the bitbucket by git push command: qty:workspace qrtt1$ git push origin :my_branch remote: fatal: bad object 0000000000000000000000000000000000000000 remote: ...
3
votes
1answer
146 views

bitbucket: fork vs clone?

Using Mercurial with a private repository hosted at bitbucket. I need to add some new features to an application that will potentially end up being serious changes. I've been debating between ...
3
votes
2answers
129 views

Sharing a Mercurial repository while maintaining user privacy

I have a commercial product, and I'd like to make source code licenses an option for my customers. In an ideal world: Customer would buy a source license Send me their BitBucket user name Receive ...
3
votes
2answers
224 views

How to keep two git repos synchronized?

I'm running my own private git repository on a private server in a colo facility. I use it for any private projects that I cannot open source. I use github for all of my open source work. I do ...
3
votes
3answers
161 views

How can I prune branches with cloning in Mercurial?

Let's say I have a mercurial project and I do this: hg branch whatever touch newfile hg add newfile hg commit -m "added newfile" --close-branch hg up -C default hg merge whatever hg push abort: push ...
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
991 views

How do i set a private ssh key for hudson / jenkins to access bitbucket?

I'm trying to set up a Debian server with Apache2 as a front end to Tomcat 7 running Jenkins - which is working - but i want Jenkins to monitor a private Mercurial repository hosted at bitbucket and ...
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 ...
3
votes
1answer
605 views

Is there any way to integrate Mylyn with Bitbucket?

Bitbucket has an issue tracker, can it be turned into Mylyn tasks?
3
votes
1answer
679 views

Using subrepositories with bitbucket

I have encountered this error when trying to push a subrepository to bitbucket: D:\Work\agile.crm.framework>hg push warning: bitbucket.org certificate with fingerprint ...
3
votes
2answers
207 views

Workflow for using Plastic SCM with public code hosting services

Is there a straightforward workflow to use Plastic SCM in-house while using one of the popular code hosting services like github or Bitbucket preferrably without requiring "double bookkeeping"?

1 2 3 4