[ 
https://issues.apache.org/jira/browse/WAGON-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16500127#comment-16500127
 ] 

ASF GitHub Bot commented on WAGON-503:
--------------------------------------

basinilya commented on issue #47: [WAGON-503] fix Directory is out of date 
error in putDirectory() to a non-empty svn repo
URL: https://github.com/apache/maven-wagon/pull/47#issuecomment-394331179
 
 
   rebased

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Directory is out of date error in putDirectory() to a non-empty svn 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
>            Priority: Major
>
> 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)

Reply via email to