You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2018/06/04 18:55:00 UTC

[jira] [Closed] (WAGON-503) Directory gives out of date error in putDirectory() to a non-empty Subversion repo

     [ https://issues.apache.org/jira/browse/WAGON-503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov closed WAGON-503.
--------------------------------
    Resolution: Fixed

Fixed with [d3a11ca1c1456e3e0e35970de73a3ea9fa3852e3|https://gitbox.apache.org/repos/asf?p=maven-wagon.git;a=commit;h=d3a11ca1c1456e3e0e35970de73a3ea9fa3852e3].

> Directory gives out of date error in putDirectory() to a non-empty Subversion repo
> ----------------------------------------------------------------------------------
>
>                 Key: WAGON-503
>                 URL: https://issues.apache.org/jira/browse/WAGON-503
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-scm
>    Affects Versions: 3.0.0, 3.1.0
>            Reporter: Ilya Basin
>            Assignee: Michael Osipov
>            Priority: Major
>             Fix For: 3.1.0
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)