-
Notifications
You must be signed in to change notification settings - Fork 31
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
Handle incremental upload/download #38
base: master
Are you sure you want to change the base?
Conversation
alexist
commented
Nov 22, 2019
- download from source files that doesn't already exist in local download directory
- upload files that doesn't already exist in target
This PR is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
The branch has been rebased from master |
@alexist I think you accidentally merged the master branch into yours instead of a clean rebase. I cannot find your changes as all recent changes were doubled. |
Hi, i have applied the suggestions |
070fb43
to
ef2e6cc
Compare
ef2e6cc
to
9e7a9b4
Compare
* @throws WagonException if any wagon error | ||
* @throws IOException if any io error | ||
*/ | ||
void copy( Wagon fromWagon, WagonFileSet fileset, Wagon toWagon, boolean optimize, Log logger ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will not be backward compatible change