Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.3 branch/tags missing #2

Open
cweiske opened this issue Dec 11, 2023 · 2 comments
Open

3.3 branch/tags missing #2

cweiske opened this issue Dec 11, 2023 · 2 comments

Comments

@cweiske
Copy link

cweiske commented Dec 11, 2023

This repository misses the 3.3 version tags.
Could you please restore them?

Also, what was the reason for moving your github account from https://github.com/koehlersimon/ to https://github.com/fullstackfreelancer/ ?

@fullstackfreelancer
Copy link
Owner

Hello, thanks for your feedback! At this point I am unable to restore everything like it was before. You can always download a 3.3.xx version here, if that's what you need: https://extensions.typo3.org/extension/ce_timeline

Account transfer reason: Lost access to old account's email and password... Despite weeks of emailing GitHub with legal documents to verify identity, they denied access. Ultimately, GitHub suggested deactivating the old account and creating a new one, which I did.

@cweiske
Copy link
Author

cweiske commented Dec 11, 2023

With the help of the Software Heritage Archive I managed to get all the tags until 2023-08-30 back and pushed them to our fork: https://github.com/mogic-le/ce_timeline

Please copy the tags to your repository.


Archive: https://archive.softwareheritage.org/browse/origin/?origin_url=https://github.com/koehlersimon/ce_timeline

I requested an git archive download at at first:
(https://www.softwareheritage.org/faq/#42_Can_I_clone_a_repository_using_SWH, https://archive.softwareheritage.org/api/1/vault/git-bare/doc/)

curl -i -XPOST 'https://archive.softwareheritage.org/api/1/vault/git-bare/swh:1:snp:d492e08a0a4fee91e0583839f447463880bde39e/?email=...'

Then I waited until it was complete:

$ curl -s 'https://archive.softwareheritage.org/api/1/vault/git-bare/swh:1:snp:d492e08a0a4fee91e0583839f447463880bde39e/' | jq .
{
  "fetch_url": "https://archive.softwareheritage.org/api/1/vault/git-bare/swh:1:snp:d492e08a0a4fee91e0583839f447463880bde39e/raw/",
  "progress_message": null,
  "id": 416002328,
  "status": "done",
  "swhid": "swh:1:snp:d492e08a0a4fee91e0583839f447463880bde39e"
}

Then I downloaded it:

$ curl -LOJ 'https://archive.softwareheritage.org/api/1/vault/git-bare/swh:1:snp:d492e08a0a4fee91e0583839f447463880bde39e/raw/'
curl: Saved to filename 'swh_1_snp_d492e08a0a4fee91e0583839f447463880bde39e.git.tar'

After unpacking, you can simply clone the directory:

tar xvf swh_1_snp_d492e08a0a4fee91e0583839f447463880bde39e.git.tar
mv swh\:1\:snp\:d492e08a0a4fee91e0583839f447463880bde39e.git swh-ce_timeline.git
git clone swh-ce_timeline.git ce_timeline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants