Tagged Questions
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
652 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
897 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 ...
7
votes
1answer
511 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
720 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
583 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
1answer
739 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
270 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
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
636 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
345 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
1answer
174 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
3answers
96 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
440 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
785 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 ...
3
votes
1answer
105 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
144 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
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
985 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
677 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
5k views
github vs bitbucket? [closed]
i want to use a SCM, but i don't know which is better.
What is better to manage my code?
Thanks!
3
votes
1answer
229 views
A build and deployment machine with a web-based dashboard
Here is what I am trying to do: I have my code sitting on Bitbucket (it is a ASP.net web application). I want to put together a build machine that has a web-based dashboard. I go to the dashboard and ...
3
votes
2answers
452 views
How to convert local Subversion repo to hg hosted on bitbucket?
I currently have my ASP.NET and C# source code versioned using a local Debian Linux machine on my network using Subversion. My local path to the repo is: http://carbon.local/svn/main/WebSites/MooDB
I ...
3
votes
1answer
1k views
Organizing workflow with Mercurial and Netbeans (+ bitbucket.org?)
I've never worked with any version control systems before. Now I'm trying to learn Mercurial, but I'm confused (I've already read about 10-15 articles + hginit.com). I don't know how to organize the ...
3
votes
5answers
247 views
So “tags” for versions and “branches” for new features?
I'm a little bit new to the distributed version control systems, so I was reading Mercurial manual and what I understood is the tag feature can be used to mark release numbers, example a tag called ...
3
votes
1answer
995 views
Mercurial HG problem case-folding collision?
1.first i have a file name readme
2.then i change it to readme
3.commit
4.push
ok the problem is there is two readme and README
how do i delete the readme on the repository ?
when i do update i get ...
3
votes
2answers
805 views
Git bridge to Mercurial
I work mostly with Git and have a lot of code on github. I would also like to have it on Bitbucket, for people using mercurial but more importantly as I want to also have the code on my domian, and ...
3
votes
4answers
1k views
Can one Mercurial repository live inside another Mercurial repository?
Can one hg repo live inside another hg repo on my local file system?
I am pulling down the bitbucket wiki for 'sandbox', and I want to know if this should be placed in repos/sandbox/wiki or ...
3
votes
2answers
1k views
Connect to BitBucket via proxy
Hoi,
I try to hg pull
from my private repo on Bitbucket.org
into my local repo on my Windows machine
from behind the company proxy that requires Windows authentication.
I found the proxy server ...
3
votes
5answers
2k views
Issues with using free Mercurial hosting like Bitbucket
I'm using Mercurial as my SCM, mainly because I like the ability to commit changes to a project even while offline. I'm going to be moving PCs soon and so I decided to look into finding some free ...
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
1answer
69 views
Setting up BitBucket and Mercurial for Use In a Group Environment
My company is currently implementing a versioning system using Mercurial and BitBucket. We currently have respositories set up on bitbucket and are able to use them, but our work processes for doing ...
2
votes
3answers
69 views
Mercurial. Version control and deployment. Different config files. How to?
I have a setup as follows.
A private repository at bitbucket where I keep the 'master' repository.
A repository on my server which acts as the 'live' website.
A repository on my laptop which acts as ...
2
votes
1answer
47 views
Undo the pushed changes by designer on bitbucket
I am still getting used to bitbucket and TortoiseHg.
I pushed my changes two days ago to bitbucket. Then the designer pulled those changes and he had some changes and commited and pushed today. I am ...