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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.