Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

What method Sourcetree accessing Bitbucket servers?

vev5cob October 11, 2019

I would like to understand the method connecting Bitbucket server in sourcetree(using http or ssh or REST API...)

I've enabled Sourcetree->Tools->Options->"Check default remotes for updates every 10 minutes". I'm getting the working copy updates.

  • How sourcetree is accessing in 10minutes?
  • Will it record the access logs in Bitbucket server?

Please clarify and provide if any architecture available for sourcetree.

 

1 answer

0 votes
Mike Corsaro
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 16, 2019

Check default remotes for updates every 10 minutes

This is a bit misleading. It doesn't actually ping Bitbucket Server, it actually just runs some git commands:

git fetch origin (get new remote branches)
git branch -vv (get the ahead and behind count for branches)

 

Will it record the access logs in Bitbucket server?

I'm not sure -- Bitbucket Server might log git commands but that's something you'll want to ask the admin of your server

vev5cob October 25, 2019

Could you let me know, where we can get the trace of those activities? Since I did not found any traces in the Bitbucket server.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events