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
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
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 is
Some time ago I forked a repo in bitbucket and committed my changes. Now I want to send a pull request to the original repository. Unfortunately my repo is now out-of-date and there is a conflict. Wha
I have an active project with some sensitive files and directories.I want to hire an external contractor 开发者_StackOverflow中文版to do some simple UI work.However, I don\'t want the contractor to ha
I want to develop a java library for bitbucket issues API access. I\'ve already asked a question about the computation of the HTTP Content-Length header, but this question is specifically about the Bi
My Jenkins server has stopped being able to build a maven project hosted at bitbucket.org. The build works locally but Jenkins reports this error:
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
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
I was considering using AppHarbor to host a lightweight website and was investigating their Mercurial integration.