How do I change a repository logo/icon in SourceTree instead of the blue circle with the bucket?
In version 2.3 and 2.4 (for Mac) putting the icon.png to root directory just does not work, it worked pretty well before. Cleaning the cache, refreshing avatar, restarting the app nothing seems to work.
Same problem.
I'm using OS X 10.11.4 and Source Tree 2.4 (for Mac).
Any updates on this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same problem !!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm having the same problem with SourceTree 2.4 running on Macintosh 10.12.3. I finally just opened the Application with Show Package Contents and replaced the default icon to octocat (since I mostly use GitHub remote repos). The default icon can be found at Contents/Resources/defaultrepoicon.png Sorry, I know this doesn't help much if you want to individually change repo icons.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same problem here. It worked well but not working anymore:-|
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same issue with 2.4 on Mac OS 10.11.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Apparently, they're still working on it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
it is working now in the latest update, just add the icon.png in your repository root folder..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
After upgraded latest version, this problem is resolved! THANKS :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You put a file called "icon.png" with your desired content into the root directory of the repository and restart Sourcetree. No need to commit the file into the repository, it just needs to be there locally.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You just add 'icon.png' to root of your repo as @Thomas said and restart.
If it still does not want to show up clear the cache
on mac
rm -v ~/Library/Application\ Support/SourceTree/ImageCache/*
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am using a MacOS and this way worked for me:
1- Put your image file in root folder of your project.
2- Your icon needs to have this name icon.ico
3- Close your SourceTree
4- Use the command line
sudo rm -v ~/Library/Application\ Support/SourceTree/ImageCache/*
Command recommended by @Ettienne Louw thanks to you =)
5- Open your SourceTree and wait a little seconds your icon must to be appears in your project
6- If the icon do not appear just refresh the avatar and wait a little
I hope this way works for you too
Cheers,
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.
You need to change it on the repository and it will show up on sourcetree
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.