-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
How can I go back to original REPO https://github.com/lukesampson/scoop #4495
Comments
Seems like just cloning the original repository to c:\Users<user>\scoop\apps\scoop\current solves the problem. |
It makes the installed apps vanished. Which file hold the data for installed apps? |
@phpcitizen which one? |
Shovel. I had to reinstall all apps to restore. |
This should be documented in installation sections for new users. |
Why? This is something that should be documented in that fork's own documentation. The Scoop upstream is not responsible for any incompatibilities that arise as a result of people using random forks. |
Yes, but it is your responsibility to protect your users, seems like happening very often until you realize what's really happening. Both side should inform users, and shovel should inform how to uninstall properly. This is unethical just because you have a feud between. |
What feud are you talking about? This is a community project: please refrain from making stupid accusations. What I said is standard practice. What opensource project have you seen that takes responsibilities for any and all random modifications that a user does to their software? Show me one example. |
If you see something like this: Someone new might think this is like an upgrade... and go for it after installing a lot of applications. Thanks for accusing me being stupid, I just will ignore it and think it is just because your age. |
@phpcitizen I assume you don't know how Open Source work. There is NO RESPONSIBILITY for the maintainers to PROTECT users that choose random forks. And it's unfair and so impolite of blaming maintainers with the word of unethical. The license has documented:
Thanks to all participants in #4456, the project and the team are re-active, we all want to make the project to be better, willing to help our users to solve problems, and make a better community. But this requires kind words and friendly talks from all of us, instead of accusing or attacking. |
@phpcitizen You still haven't mentioned what feud you thought was happening here, but never mind, I just will ignore it and think it is just because your age.
Not denying that. However, once you move away from the upstream, there's no coming back. If a new user finds the fork more interesting, then it's a fair assumption that they will report any issues they find, in that fork itself. Thanks for chiming in @chawyehsu, I was about to quote the licensing terms myself, but you stated them much better. |
I will not link the feud talks here, this is clearly what you want from me... none of my business. OK, I understand of course it is not your responsibility per se, but it might have been common sense to inform this obvious your own words "Not denying that." part and save a lot of important time of other people, rather than being stubborn and not willing to see the obvious. This all is subject to the other project/fork too. |
Then that is a decision which is up to you. We here try our best as unpaid volunteers to update and maintain packages, manifests and update Scoop scripts themselves. The only third party components we list ever are buckets, but those are not full replacements for Scoop itself. To protect from issues like this, author for example always makes it clear we aren't even supposed to mention Shovel here. Shovel, while being based on Scoop has taken different design decisions in quite a few cases. As a whole, this is an issue which should be discussed on the Shovel repo. Scoop is not at fault here. Edit:- And to add to that, neither is Shovel in my opinion because their docs don't exactly mention it would be easy to go back either. |
NOTE: These commands have been run using Git Bash for Windows (
|
This comment has been minimized.
This comment has been minimized.
@dwettstein thanks for your solution! Based on your code, solution for PowerShell 7+. Migrate from Shovel (Ash258) to Scoop (original)
1. Replace the scoop app itself
2. Fix all installed apps
3. Revert autocompletion module (in 'shovel' it was a built-in)3.1. Manually remove the old entry from $profile:
3.2 Add scoop auto-completion module by Moeologist (from bucket 'extras')
|
I changed the repo to another one, and now I want to go back to https://github.com/lukesampson/scoop
What I did:
scoop config SCOOP_REPO https://github.com/lukesampson/scoop
scoop config SCOOP_BRANCH master
scoop update
What can I do to restore?
Thanks
The text was updated successfully, but these errors were encountered: