-
Notifications
You must be signed in to change notification settings - Fork 279
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
Ability to create a snapshot of current plugin versions and be able to restore from such a snapshot #32
Comments
I have for some time thought on something just like this. I like the names An idea I had was to let So yea, I agree with everything you said, it makes sense and I like the naming. |
Easiest way to do this IMHO is a newline separated pair of the location of |
@Tarrasch, you're right. Let's seeif Vundle ends up taking inspiration from antigen on this feature, that would be so much win :) I haven't thought of the arguments to those commands, but come to think of it, what you say sounds good. @GUIpsp, true. That is how the |
As for |
Yep, that's how it will be done. |
Okay, I just pushed a quick implementation and I got to go now. There is also a test which is very lacking, IMO. Please check it out and let me know what you think. I still have to change |
I propose an
antigen-snapshot
andantigen-restore
(names not final) as described below.antigen-snapshot
— Create a snapshot file with all the information required to be able to restore all plugins, theme and whatever else, exactly at the versions they are.antigen-restore
— Given a snapshot file created byantigen-snapshot
, it will restore the plugins and theme exactly as they were when the snapshot was taken.The snapshot file could be used to reproduce your exact setup on a different machine. Currently, there is no sane way to do this.
You could put a snapshot file that you know works well, in a git repo or in a gist perhaps.
Still brainstorming on this one. What do you guys think?
The text was updated successfully, but these errors were encountered: