Currently, stash only has 2 levels (project/repo). Is there a way to implement below structures?
[stash project 1]/[folder1]/repo11
[stash project 1]/[folder1]/repo12
[stash project 1]/[folder2]/repo21
[stash project 1]/[folder2]/repo22
This plugin sort of does what you want. Not exactly, but it is the closest you can get to it.
Not really. But take a look at git submodules. You can embed one repo in another using that. Stash has pretty good support for submodules.
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.