bitbucket

Using Mercurial patch queue repository on BitBucket for many users and patches

我们两清 提交于 2019-12-01 08:33:50
Sorry for the many-part question, but I am having a difficult time understanding the intended methods to use a Mercurial Patch Queue with BitBucket, and Google isn't helping much. My hope is that one answer describing some MQ concepts will cover many of the questions at once. I have read http://ches.nausicaamedia.com/articles/technogeekery/using-mercurial-queues-and-bitbucket-org , but it seems to be out of date and incomplete. My overall plan is to allow a multitude of submitted changes from a multitude of users without necessarily committing them to a branch. These patches represent optional

Git Including an arbitrarily nested subfolder when its parent has been excluded in .gitignore

ぐ巨炮叔叔 提交于 2019-12-01 08:33:16
问题 I'm excluding a folder a and its subfolders, but want to have a specific subfolder b included, where b can be a subfolder somewhere below a, and the exact path to b has not been specified. My .gitignore contains these lines: a/** !a/**/b however this does not work. Have tried numerous other permutations of the above, including from other posts on stack overflow, but nothing appears to work. The previous question on stackoverflow deals with the situation where you can explicitly declare the

Jenkins finds cannot find ssh key [closed]

匆匆过客 提交于 2019-12-01 07:55:44
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I've got an ssh key in ~/.ssh/id_rsa.pub when I login as the jenkins user. I've imported this into bitbucket correctly and it has accepted the key. When I try to do a git clone (to the correct URL) I still get.... Building in workspace /var/lib/jenkins/jobs/Google adwords/workspace Checkout:workspace / /var/lib

Do not overwrite config file on Azure using GIT

本秂侑毒 提交于 2019-12-01 07:47:28
问题 I have a web application that is hosted on Azure. There are currently a few web sites that are using the same code which is retrieved from bitbucket. The only difference between the various installations is that they have a different connection string in the web.config files that targets different databases. Whenever I am making a bug fix I upload my new code on bitbucket and Azure gets this code from BitBucket. There are currently 5 applications that get the same code and each time I upload

Using Mercurial patch queue repository on BitBucket for many users and patches

只愿长相守 提交于 2019-12-01 06:08:21
问题 Sorry for the many-part question, but I am having a difficult time understanding the intended methods to use a Mercurial Patch Queue with BitBucket, and Google isn't helping much. My hope is that one answer describing some MQ concepts will cover many of the questions at once. I have read http://ches.nausicaamedia.com/articles/technogeekery/using-mercurial-queues-and-bitbucket-org, but it seems to be out of date and incomplete. My overall plan is to allow a multitude of submitted changes from

git archive command with bitbucket

安稳与你 提交于 2019-12-01 06:05:12
问题 I' using windows, git bash prompt I'm trying to use the git archive command with bitbucket and I receive the error remote: "git upload-archive: archiver died with error" Any ideas ? git archive --remote=ssh://git@bitbucket.org/username/reponame.git --format=tar --output="file.tar" I have created all SSH keys and public keys etc and even tested ssh -v hg@bitbucket.org and it works fine 回答1: You cannot get just an archive without precising the tree-is you want to get, when you are using -

Bitbucket - push repo with git lfs

孤者浪人 提交于 2019-12-01 06:01:50
When I'm trying to push my files into bitbucket repo (some of them tracked by git LFS, pattern is *.uasset ), I'm getting this error (I've changed actual credentials with --- ): git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags --set-upstream origin master:master Pushing to https://---@bitbucket.org/---/---.git Git LFS: (0 of 241 files) 0 B / 372.25 MB Post https://bitbucket.org/account/signin/?next=/account/signin/%3Fnext%3D/account/signin/%253Fnext%253D/---/---.git/info/lfs/objects/batch: stopped after 3 redirects Post https://bitbucket.org/account/signin/?next=/account

Bitbucket is alarming that my git repo is too large but I cannot confirm large files

为君一笑 提交于 2019-12-01 03:47:41
Bitbucket is alarming that my Git repository is over 1 GB. Actually, in Repository details page it says it is 1.7 GB . That's crazy. I must have included large data files in the version control. My local repository is in fact 10 GB , which means that at least I have been using .gitignore successfully to some extent to exclude big files from version control. Next, I followed the tutorial here https://confluence.atlassian.com/display/BITBUCKET/Reduce+repository+size and tried to delete unused large data. The command files.git count-objects -v at the top level folder of my repo returned the

Configure Jenkins to connect to BitBucket

我的未来我决定 提交于 2019-12-01 02:11:47
I'm trying to configure Jenkins on my Mac Mini in order to pull the code of my iPhone App from my BitBucket repository. In the "Xcode plugin" configuration area I have tried to add the git address of my project but it keeps on failing. After a research it looks like I have to use an ssh deployment key to connect Bitbucket and Jenkins. What I have done so far: ssh-keygen -t rsa pbcopy < /Users/jenkins/.ssh/id_rsa.pub and I added this SSH key to my BitBucket profile. Unfortunately it still doesn't work. Can anybody explain in detail the whole process? Ok maybe I found the solution here: http:/

Git push failing HTTP 500 curl 22 The requested URL returned error: 500 Internal Server Error

你离开我真会死。 提交于 2019-11-30 19:44:18
I have just setup git with bit bucket for my windows machine. Git pull works properly, where as git push fails with below error. $ git push Counting objects: 10, done. Delta compression using up to 4 threads. Compressing objects: 100% (10/10), done. Writing objects: 100% (10/10), 174.03 KiB | 0 bytes/s, done. Total 10 (delta 6), reused 0 (delta 0) error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500 Internal Server Error fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly Everything up-to-date Any help is of great use. Thanks Increase the