I'm using Stash 3.11.0
When I create a repository with the "Create Repository" button, it appears to create a bare repository. This is what I want. Is this configurable in Stash?
When I create a clone (and don't specify --bare), that clone is not bare. Is that correct behavior? I just want to make sure that this still means my original repository in Stash is bare.
I don't know how to check that my repository in Stash is bare (other than the clone command includes <reponame>.git).
-Thanks
Maggie
Yes, always. All repositories on the server are bare.
If your cloned repository is bare or not depends on your git client. You do not need to worry about the server repositories, you do not have direct access (you should not) - thats managed by Stash and it does the right thing there so the repos are usable by many users (shared).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Maggie,
In addition to Mike's comment, in case you want to confirm this, you can check the physical location of the repository in the Stash server by going to the repository Settings > Repository details
and check the Location on disk.
You can then navigate to this location and run git rev-parse --is-bare-repository
Regards,
Gustavo Refosco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you. I have verified that. Now that I know my problem is not related to bare, I can investigate the workaround in this issue that I'm having: https://jira.atlassian.com/browse/BAM-15012
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.