Cant find Sync link and compare button on bitbucket new interface - bitbucket

New user interface of bitbucket make me a little confuse. I just want to sync my repo from the parent repo. but I cant see any link of sync and compare button.

I have figured out the solution. It's true that bitbucket no longer provide sync link when there is any update from parent repo (master branch). So the remaining option is only by comparing. We can access the compare menu by choosing repo -> click plus button (on right side upper of the page) -> click Compare branches or tags.

Related

How to change the development branch in BitBucket?

How do I change the development branch for my BitBucket repository? Right now my master branch is labeled as both the main and the development branch.
This is a near duplicate of this question: How to change the main branch in BitBucket? however, I couldn't find anything telling me how to change the label for the development label and since it is different enough, I thought it warranted its own post for anyone in the future looking for this answer. (the top answer there is pretty clear so I copied the format he used)
Repositories
Select repository
Click Repository settings (bottom of menu)
In the menu under WORKFLOW select Branching model
Should see a screen that looks like this at the top
Click the dropdown menu under Development branch and change it to Use specific branch.
After that you should be able to click the dropdown menu next to it and change it to whatever branch you want
Make sure to hit save at the bottom
After saving it might take like 30 seconds but when you go back to your branches they should now have the DEVELOPMENT label changed to the branch you specified
I do not know how to do this from the terminal.

TFS: Link commit to work item stop working (entire collection)

I've been using the automatic links between commits and WI in TFS by writing #id in the commit message.
However, it stopped working for the entire collection, not only for a single project.
All the projects have checked the "Automatically create links for work items mentioned in a commit comment."
I´m really lost and I don´t know how to fix it.
Thank you very much for your ideas and support.
You need to check if the work item exists and you have the permission to view this work item (you can see it on your project portal) when you tried to link it to a commit.
When you make a commit on your local repo. You need to push your commit to the tfs server.
This option Automatically create links for work items mentioned in a commit comment. is set on repository level. You can check if the this option is checked for the repositories.
If above are all good, you can try unchecking the option Automatically create links for work items mentioned in a commit comment and save, then check this option and save again.

Can't see content of VCS changes tab in YouTrack?

I have linked a YouTrack server installation with a BitBucket repository. YouTrack can access the repository because it lets me choose the repository I want to track. However, when I make a commit , there is no content in the VCS changes tab, although something is happening because the number that appears in the tab that indicates the number of vcs changes get updated.
The user I am logged in with has permissions to see the issue(I can see it all the information but the VCS changes)
I have found the solution: it was a bug of the first builds of the 6.5 version. To avoid it, you have to download the latest version 6.5.17015

Remove a watcher from my bitbucket project.

I have a private bitbucket repository for a side project. I invited someone to view it as part of an interview.
I have decided not to go any further with the interview. How do I remove this watcher?
Ok, found it.
To remove a watcher from a repo, go to repo and click the settings cog (bottom left).
Then access management on the left hand panel and you should get options there to remove them.
Another way to remove users from all repos is to go to your user settings (top right) -> manage account.
Then on the right go to "plans details" ans you have the option to remove users for all your repos.

Xcode 4.5 - Can't create Branches/Trunks/Tags for SVN

Simply as titled, I can't create Branches/Trunks/Tags for SVN although I am able to connect to the repo. In the screen where I enter the Trunks, Branches and so, it can't connect to them (showing red indicator). What am I doing wrong?
Go to Source Control->Project Name->COnfigure
Over there, select configuration and update the paths of trunk,
tags and branches.
Now along with info and configuration, you'll get branches option as well/
From there add a new branch and an auto switch to that branch will happen.

Resources