a small trick how to download a previous commit on bitbucket

Issue #1809 invalid
bouich jules created an issue

Hi,

I just want to share this small trick i do to download previous commit ( sometime new one contain bug so you must go back)

now 10/27/2023 the last commit download is:

https://bitbucket.org/Diffeomorphic/import_daz/get/092fa8b59ef5.zip

what you will do is you will replace the 12 character before the zip, with the 12 character in your new commit URL

for exemple this is the first commit that thomas did:

Diffeomorphic / import_daz / Commit 11faa9510062 — Bitbucket

if you want download it the link will be this

https://bitbucket.org/Diffeomorphic/import_daz/get/11faa9510062.zip

Probably can be helpful also for you Thomas if one day you want retrieve some old code :)

Have a good day!

Comments (4)

  1. Log in to comment