You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
This appears to be similar to a few other posts in the forum. My situation: Sourcetree will not display a complete list of the available remote repos on the connected bitbucket server. This issue presents on a Windows 10 v1803 PC, Sourcetree v3.3.6, GIT 2.24.1, in this case only a partial list is presented ending in a 'Load More' button, pressing the 'Load More' button seems to run but produces no more results. On a Windows 10 v1709 PC, Sourcetree v3.3.6, GIT 2.24.1 the remote repos list is complete.
I'm reasonably certain that it's nothing in Bitbucket server because the list is complete in Sourcetree on Win 10 v1709 and incomplete on Win 10 v1803.
Anyone have any information or answer to this mystery?
This is a know Atlassian SourceTree issue that we ran into as well.
SRCTREEWIN-12157 … "Problem by searching remote repository"
The work around is to select any one of the 'Remote repositories' that do show up and modify the remote URL path in the format of ...
http://<username>@<your-server>.com:<port number>/scm/<key>/<the-repository-name>.git
I have SourceTree v3.3.8 and Win 10 v1909 with the same problem: missing all repos of a project on Bitbucket Server.
My mystery was solved when the Project name of the missing repos is changed to any name that starts with the letters of the Project Key.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Confirming that this is still occurring in SourceTree v3.4.9 with Bitbucket Server projects.
As JH says, only the projects that have a name beginning with the project key letters will be populated with their repositories. Spaces also break it.
For example:
✅ GOOD: Name = "MyProject"; Key = "MYP"
❌ BAD: Name = "My Project"; Key = "MYP" (space in name)
❌ BAD: Name = "MyProject"; Key = "MP"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.