Tagged Questions
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
490 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?
7
votes
1answer
513 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.
...
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 ...
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 ...
1
vote
1answer
49 views
Using a BitBucket Repository Locally with Visual Studio
My company has just begun using BitBucket with Mercurial for version control and I am having a heck of a time integrating it locally with Visual Studio 2010. I can easily create a folder on my local ...
1
vote
1answer
49 views
how to prompt for password in TortoiseHg when pulling from bitbucket
I am using BitBucket as a private repository for my project.
When i clone or push change sets into the repository i am prompt for password (i enter the password and everything works fine).
The ...
1
vote
2answers
113 views
Doesn't TortoiseHg Auto Synch with Server
I have created a repository on https://bitbucket.org/ and use TortoiseHg to clone it to a folder in my local machine. I am able to add files commit files, but what I find is they never get updated on ...
1
vote
2answers
364 views
Mercurial: can't host on BitBucket.org with an error SSH, OpenSSH?
For a new project :
I created a new repo inside the project's folder.
I created a new repo on bitbucket.org
Now I have one local repo and one remote repo. So I should not need to clone. I push from ...
0
votes
0answers
42 views
Trouble with Clone of BitBucket Repository with TortoiseHg
My company (fairly new and very small at this point) is setting up versioning software to handle source code for our clients' web sites. We have a bitbucket account and we're running mercurial on the ...