Bitbucket is a hosting site for Git and Mercurial. The service offering includes an issue tracker and wiki, as well as integration with a number of popular third-party services.

learn more… | top users | synonyms

0
votes
1answer
9 views

Change version file automatically on commit with git

We have our master branch that we merge our features into. I need to be able to increment our version on commit/merge to the master automatically as a part of the merge. Is there a way i can do this ...
0
votes
0answers
9 views

Clonning existing playframework project from bitbucket in intellij

I'm trying to clone an existing play! project from bitbucket, this repo only contains the files which aren't ignored by the default play's .gitignore file. I get the files correctly but the problem ...
0
votes
0answers
6 views

Why is Jenkins getting Authentication Failed error for git submodule update?

I have a Jenkins job that pulls from a BitBucket repo that was working fine, and still is. However, I've added a submodule and Jenkins is choking on that. Here is a clip from the Jenkins console ...
0
votes
0answers
16 views

How to create a restricted Git release branch that contains sensitive data?

I have a simple web-store, some php/html/css/js files. The master branch on Bitbucket is actually a development branch, i.e. developers push into it and then I pull the changes to development ...
0
votes
0answers
9 views

Setting Up Hudson To Pull From BitBucket Using Mercurial

I am using Ubuntu 12.04 and am able to pull from my bitbucket repository fine through the terminal using the "hg clone sshURL" command as user Hudson. However, when I try to pull through the hudson ...
0
votes
0answers
18 views

The Jenkins “trigger build” Service on bitbucket doesn't trigger the build

I followed this tutorial: https://confluence.atlassian.com/display/BITBUCKET/Jenkins+Service+Management And I think I did everything I have to do in Jenkins in order to get the build started remotely. ...
2
votes
2answers
27 views

How do i clone an old commit into a new repo?

I used git to track changes in a project. The first couple of commits were all about setting up the environment and including a bunch of plugins to get a bare framework. How do i start a new project ...
0
votes
1answer
40 views

BitBucket: how to track a repo's branches in its Wiki repo?

I have a (Mercurial) repo on BitBucket where I have a documentation directory to keep some simple markdown files project .hg .hgignore src many files doc Home.md ...
-3
votes
1answer
25 views

how to download bitbucket code to new machine [closed]

I am using git and my code is in bitbucket. I changed my laptop. I want to know the steps to set up entire thing in my new laptop. By the way, I am using ubuntu, ubuntu commands will be helpful. ...
0
votes
0answers
23 views

How can i transfer my mercurial repo from rhodecode to bitbucket [duplicate]

I have my reposerver on rhodecode. IN my repo i have 1000 commits. Now i want to export my that mercurial repo to bit bucket with all those 1000 commits so that i can go to any previous revision to ...
0
votes
1answer
54 views

GIT : Merge of HEAD with origin/master failed because of these files

I have this problem with my project when I pull it : git pull https://bitbucket.org/****************/***********.git +refs/heads/master:refs/remotes/origin/master No update Merge Result: Failed ...
1
vote
1answer
37 views

Pushing git repo files to server

I'm currently using BitBucket.org as an online collaborative Git repository for my projects. I also have a server with Git and SSH running Centos 5.9. On my Bitbucket repos, I have a "master" ...
1
vote
3answers
38 views

How To Protect a GIT branch (like master)

I'm comfortable doing GIT branching and merging but want to know how I can allow a new developer who is not comfortable with merging and branching to not accidentally hurt a release or production ...
0
votes
1answer
25 views

Better practice with git involving existing remote repository subdirectories sharing with vendor

Our team has an existing remote repository R1 behind our company firewall that has following directory structure, A\ <<------------- root of the repository R1, where "make project" is ...
0
votes
1answer
27 views

How can I import a SVN-diff to GIT?

I hope I can put my question here without being bashed for any reason. I moved a subversion repository to git (bitbucket) and anything works fine. Now some users committed there changes into the old ...

1 2 3 4 5 43
15 30 50 per page