-
Suggestion
-
Resolution: Won't Fix
I would like to see that Bitbucket doesn't destroy the case of my Git repo name. If I decide to name my repository eg. 'MyCoolCustomControl' on creating it and Bitbucket give me a URL like:
https://phranck@bitbucket.org/phranck/mycoolcustomcontrol.git
then it is not the thing I was expecting to get.
The reason is quite simple: If I develop reusable components (in my example this is MyCoolCustomControl control) I'm aware of using camel case, because it's related to the (main) class name of this component. So, if someone clone it from Bitbucket the root directory of this local repo will have the wrong case.
That's why I do not use Bitbucket and prefer gitlab.. Making all lower case makes it a lot difficult for submodules.. I had to convert all submodule names by hand. If Bitbucket supported groups like in gitlab, and case sensitive repo names, my choice would be the Bitbucket instead of gitlab..
Why do they cripple their products?