GitHub user basinilya opened a pull request:
https://github.com/apache/maven-wagon/pull/47
[WAGON-503] fix Directory is out of date error in putDirectory() to a
non-empty svn repo
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/basinilya/maven-wagon WAGON-503
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-wagon/pull/47.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #47
----
commit b6e79d554db83f3f0fba33574b26bbef3fe9617d
Author: Ilya Basin <basinilya@...>
Date: 2018-02-18T08:55:32Z
[WAGON-497] fix ScmWagon.put() strips existing parent directories
commit 36c4a21fe044305f49160d7c85c7a7cf945715ea
Author: Ilya Basin <basinilya@...>
Date: 2018-02-18T19:34:20Z
[WAGON-498] use maven-scm 1.9.6-SNAPSHOT
commit 98ff45fb934ce856d3fde3fb84ac177604dd0293
Author: Ilya Basin <basinilya@...>
Date: 2018-02-18T19:49:30Z
[WAGON-498] ScmWagon should work in binary mode when possible
commit 1fe65b1a05f3945931f1fc09a95ad68d43a0dad3
Author: Ilya Basin <basinilya@...>
Date: 2018-02-20T14:37:28Z
fix ScmWagon cannot checkout when list() unsupported
commit 8cb0abe9026119d1d352cefb0902a0db5eba7e34
Author: Ilya Basin <basinilya@...>
Date: 2018-02-22T08:13:52Z
[WAGON-495] fix testWagonPutDirectoryWhenDirectoryAlreadyExists false
positive
commit a7688623c5f8b31f7acec3b4283b77ee4a159dbc
Author: Ilya Basin <basinilya@...>
Date: 2018-03-01T13:12:42Z
[WAGON-503] fix Directory is out of date error in putDirectory() to a
non-empty svn repo
----
---