Questions tagged [bitbucket-server]

Bitbucket Server (formerly known as Atlassian Stash) is a tool for "Git Repository Management for Enterprise Teams"

Bitbucket Server (formerly known as Atlassian Stash) is a tool for "Git Repository Management for Enterprise Teams". It provides many features comparable to GitHub and Bitbucket.

Including:

  • Creating git repos
  • Managing access by individuals and groups
  • Linking JIRA issues to commits
  • Creating and managing pull requests
819 questions
0
votes
3 answers

Using and configuring the Rally Git Connector with Atlassian stash

I'm trying to set up the Rally Git Connector with Stash. Part of this is to create a config file for rally and git. Sample config: VCSConnector: # # The content of the file below should follow YAML specifications # Non standard characters should be…
0
votes
1 answer

How to find the Git Revision Hash in a synced SVN repo using SubGit?

In the process of moving from SVN to git, we're evaluating the SVN Mirror Stash plugin (SubGit) in Stash. One of our requirements is that the git revision hash be available in the SVN repo, either in a custom revprop, or through a JSON formatted log…
0
votes
1 answer

How to list merge conflicts on origin that are not on local?

Stash is rejecting my pull request due to merge conflicts. So I create a merge branch, merge destination into the merge branch, (there's nothing to commit), push anyway and open the pull request again. Still rejected for conflicts. I've deleted…
Robert Kerr
  • 1,291
  • 2
  • 17
  • 34
0
votes
1 answer

Stash: is it possible to prevent direct pushes to repository?

We are using Atlassian Stash Git repository. We want all the team members to be able to approve pull requests to repository or some branches, but we want only several members or no one to be able to commit to repository without pull request. Also…
MiamiBeach
  • 3,261
  • 6
  • 28
  • 54
0
votes
1 answer

Is stash only meant for sourcetree as its not able to do it from command line in windows?

Is Stash only meant for Sourcetree, as it's not able to do it from console in windows? I have cloned the project from stash. But I'm unable to push or pull from command prompt, whereas I can do it from Sourcetree to that particular project…
Mithun Shreevatsa
  • 3,588
  • 9
  • 50
  • 95
0
votes
0 answers

Unable to access Git repository in Atlassian Stash

While trying to run a Git pull from Eclipse, it fails saying: Unable to access Stash: Not licensed The user was able to access this two days ago. There has been no changes in the user credentials (also tried by clearing credentials for push and…
jazz199
  • 911
  • 1
  • 8
  • 12
0
votes
1 answer

Is it possible to reuse code from atlassian's stash *.soy

Is it possible to reuse code from atlassian's stash *.soy? I need to add a button on the login page of Stash's login.soy. After some research I have come to know that we can rewrite .soy using soyTemplateRenderer but no luck. Can you explain me how…
Ashwani Verma
  • 39
  • 1
  • 11
0
votes
1 answer

Building a specific project within the master branch using Jenkins

In SVN, multiple projects are organized under "trunk". During migration, these projects ended up under "Master" in Stash. I have to configure Jenkins to build one of these projects within master. The Git plugin for Jenkins requests the Repo URL…
Serendipity
  • 1,015
  • 1
  • 10
  • 19
0
votes
1 answer

Where does stash store comments on pull requests

When you comment on a pull request in stash or add comments to certain lines of a file in the diff where do these things get stored? Are they locked away in a database somewhere or does stash store them in the git repository using something like…
chrisortman
  • 1,514
  • 15
  • 22
0
votes
1 answer

Export author mapping in Stash SVN Mirror

I am building a Stash server to migrate our SVN projects to Git. Currently I am experimenting with trial Stash and SVN Mirror plugin for importing some of our projects. The point is the following: while LDAP mapping is working and commits have…
usr-local-ΕΨΗΕΛΩΝ
  • 26,101
  • 30
  • 154
  • 305
0
votes
1 answer

The file in stash server was reverted to a previous revision without any log

We met a problem in git.(We use Atlassian Stash in our team) A file named "one.py" was firstly changed at 2015/04/01. Then some other developers pushed a lot of changes to server in the coming days. Later in 2015/04/08, the "one.py"…
FlurryWInd
  • 305
  • 1
  • 4
  • 12
0
votes
0 answers

GIT/STASH for Multiple Independent Server Creation

We are implementing GIT/STASH for scripts for automatic creation of application servers in AWS (Box + O/S + Application Stack) for multiple independent applications, each with their own server. Some code will be common for 2 or more servers. Prod…
MPJ
  • 1
0
votes
1 answer

Is it possible to use GIT hooks in .git/hooks/ with Atlassian Stash?

Is it possible to use GIT hooks in .git/hooks/ with Stash? It would like to know if I can write a simple shell/perl script for the post-commit hook to be run by the server on a git push. It should check out a branch to another location.
Jijo John
  • 1,368
  • 2
  • 17
  • 31
0
votes
2 answers

Is there any formal way of tagging an author in git commit?

We are using Jira and Stash for collaboration. My question is I want to mention(tag) another developer(author) in my commit message. I can just write the author's git username but I am asking if there is any formal way of doing it. For example…
dsharew
  • 10,377
  • 6
  • 49
  • 75
0
votes
1 answer

local atlassian stash server error debugging plugin

Im trying to setup a dev environment to create a git hook plugin for Atlassian stash server. When I run atlas-debug to start the web server then browse to localhost:port The Stash home page doesn't display and I get this error in the…
sam schonstal
  • 429
  • 2
  • 10