Hi,
Like in GitHub, you can download a full repository via the web.
Dose Stash allow for downloading Zipped Repositories via the web?
Thanks.
Very unimpressed with Stash. In 2017, 5 years later, still no GD zip project download.
Seriously?
Hi,
This functionality is currently not available, please vote on https://jira.atlassian.com/browse/STASH-2732 if you'd like to see this implemented. We would love to learn more about your paritcular use case for this feature.
Cheers,
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Stefan,
Thank you for the reply.
I am totally surprised that Stash does not have such core functionality with regards to graping Repos of the web.
Do you know if there is temporary workaround as this is a must have for us...
We build CMS apps using PHP/Javacript and we need to have this functioality available for orcecode download...
Ouch, If i knew i would have remanied using Github, I was happy to find Stash and worked towards centralizing our operation in our server and closed our Github :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
As a workaround you could use the "git archive" command to create an archive:
git archive --format=zip --remote=ssh://git@HOST:7999/PROJ/repository.git -o archive.zip HEAD
Note: This example uses HEAD but you can use any other tree-ish (commit, tree) and "git archive" does _not_ work with HTTP.
Hope this helps.
Cheers,
Stefan
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.