You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.
When that happens, provy must:
a) Compare local to remote, file by file;
b) If file exists locally but not remotely, copy it;
c) If file does not exist locally, but exists remotely, do nothing (on risk of losing stuff);
d) If file exists on both, but md5 differ, update it;
This way users can still use templates when putting folders.
The text was updated successfully, but these errors were encountered:
What do you think of postponing this to 0.6.0? I'm asking for the same reason of the SecurityRole: it will take some time to build, and I'd like to have 0.5.0 released asap.
What do you think of postponing this to 0.6.0? I'm asking for the same
reason of the SecurityRole: it will take some time to build, and I'd like
to have 0.5.0 released asap.
Sounds good to you?
—
Reply to this email directly or view it on GitHubhttps://github.com/heynemann/provy/issues/16#issuecomment-9218070.
An user should be able to put a folder.
When that happens, provy must:
a) Compare local to remote, file by file;
b) If file exists locally but not remotely, copy it;
c) If file does not exist locally, but exists remotely, do nothing (on risk of losing stuff);
d) If file exists on both, but md5 differ, update it;
This way users can still use templates when putting folders.
The text was updated successfully, but these errors were encountered: