The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

where the file is stored on bitbucket server

betty lee
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 9, 2016

Hi

I am working on the rest API, to retrieve a file which was stored in the Bitbucket server, can you please tell me where the files is storing at server?

 

regards

 

Betty

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Johannes Kilian
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
December 11, 2016

On the side of bitbucket server your files are stored within standard git-repositories. The server side git-repositories are bare repositories, located at %BITBUCKET_HOME%/shared/data/repositories.

The real names of the repositories are obfuscated by numbers - the mapping of the number to real repository name is stored within the Bitbucket database.

As you cannot access directly files by name within a git repository, you might need to clone the desired repository (as @Bhushan Nagaraj already stated).

Another way to access a single file on a git server is using the git-command git archive. For more information have a look at: http://stackoverflow.com/questions/1125476/retrieve-a-single-file-from-a-repository. Git archive on Bitbucket server is supported through plugin https://marketplace.atlassian.com/plugins/com.atlassian.stash.plugin.stash-archive/server/overview

1 vote
Bhushan Nagaraj
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 11, 2016

Hi Betty

Can you please provide more info on what you are trying to do? If you are referring to a file in a Git repo, you should be cloning the repo.

Thanks

Bhushan

TAGS
AUG Leaders

Atlassian Community Events