Hi there,
I would like to know where Git repository created by Stash is actually located in the server.
I need to access to that repository within file system.
If anyone has an idea, please let me know.
Regards,
Daisuke Niwa
You can find this out by installing the repository system info plugin
Hi Daisuke,
The Git repositories can be found in the $STASH_HOME/data/repositories directory, where the folder name is the repository ID.
https://confluence.atlassian.com/display/STASH013/Stash+home+directory
I hope you don't mind me asking, what did you have in mind exactly?
Obviously we don't recommend modifying the repositories, as it may adversely impact Stash if something goes wrong. We would generally suggest writing a plugin to perform certain operations (where possible). For example if you need to react to a merge, there is an event in Stash that you can listen for. In future versions of Stash we will allow you to write pre-receive hooks modules, rather than manually having to update the filesystem.
I hope this helps.
Charles
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.