Description
ScmWagon checks out target directory non-recursively, calls FileUtils.copyDirectoryStructure() and then tries to add and checkin these files.
However, from the perspective of svn ScmWagon is trying to re-add existing folders which is an error.
Normally, you would explicitly "svn up subdir", but the scm API does not support that. Instead I will erase existing checkout dir and perform a new checkout, recursive this time.
Attachments
Issue Links
- is blocked by
-
WAGON-495 Fix checkoutDirectory leak
- Closed
- links to