-
Bug
-
Resolution: Obsolete
-
Low
-
4.0.1, 4.0.2
-
None
Steps to produce
- On terminal create a branch called ServiceOne using git command.
- Follow by add a file, commit the changes and push the commit to branch ServiceOne.
- Create a branch called serviceone using git command.
- Follow by add a file, commit the changes and push the commit to branch serviceone.
Results
Terminal produces error as following:
Counting objects: 2, done. Delta compression using up to 8 threads. Compressing objects: 100% (2/2), done. Writing objects: 100% (2/2), 236 bytes | 0 bytes/s, done. Total 2 (delta 0), reused 0 (delta 0) remote: error: failed to lock refs/heads/serviceone To http://stash_admin@10.60.2.7:7990/stash/scm/st/02-si-tools.git/ ! [remote rejected] serviceone -> serviceone (failed to lock) error: failed to push some refs to 'http://stash_admin@10.60.2.7:7990/stash/scm/st/02-si-tools.git/'
Expected Results
To create another branch with same name that allows with unique name.
Workaround
Upgrade to Bitbucket Server ver4.1.X.
- is related to
-
BSERV-8361 Reject pushes containing new branches that differ in case only from an existing branch
- Gathering Interest