Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you will find the site temporarily inaccessible. Thanks for your patience. Read more.
×Hi Team,
What does scm represent in Bitbucket URL?
http://pqrxyz:9999/scm/bp/project-build.git
(where bp is initial of project; project-build is name of the repository)
can we get rid of this extra identifier (scm) from URL by any configuration?
can you explain Bitbucket URL syntax (for both Data Center Vs Cloud) and are they configurable?
if possible show examples & differences of both installation type for Repo URL, Commit URL & Tag URL.
Regards
Muzammil Shaikh
Data Center
The "/scm" part is required by Git operations when using HTTPS and it is not configurable. Note that if you use the "ssh://" protocol, then this part is omitted.
In any case, the web URLs don't contain that part.
You can of course configure the base URL of the Bitbucket Data Center, but it does not depend on Bitbucket itself. You can also change the context path and the port.
Cloud
It is a completely different beast. The only thing you can change is the "workspace" part.
It is "foobar" in the URL "https://bitbucket.org/foobar/workspace/repositories/".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.