Skip to content

[FeatureRequest] Previous Version Alternative using git history #3894

@JustinGrote

Description

@JustinGrote

Currently if you want to install a previous version, scoop tries to autogenerate a manifest to see if it works, however there may be breaking changes between versions in the manifest that won't allow this.

However, there is a practical alternative:

  1. I specify scoop install [email protected]
  2. scoop does git log -p <manifest>.json and extracts a list of previous versions based on the version.json, since it would have changed every commit
  3. If one of the versions matches, it retrieves that version of the file from the repository and uses that manifest.

It doesn't guarantee the file download would still exist of course, but it would allow a more traditional way of accessing past versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions