[jira] [Commented] (WAGON-503) Directory is out of date error in putDirectory() to a non-empty svn repo

2018-06-04 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WAGON-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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)


[jira] [Commented] (WAGON-503) Directory is out of date error in putDirectory() to a non-empty svn repo

2018-06-04 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on WAGON-503:
--

michael-o 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-394318997
 
 
   Please rebase.


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)


[jira] [Commented] (WAGON-503) Directory is out of date error in putDirectory() to a non-empty svn repo

2018-03-01 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on WAGON-503:
--

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 
Date:   2018-02-18T08:55:32Z

[WAGON-497] fix ScmWagon.put() strips existing parent directories

commit 36c4a21fe044305f49160d7c85c7a7cf945715ea
Author: Ilya Basin 
Date:   2018-02-18T19:34:20Z

[WAGON-498] use maven-scm 1.9.6-SNAPSHOT

commit 98ff45fb934ce856d3fde3fb84ac177604dd0293
Author: Ilya Basin 
Date:   2018-02-18T19:49:30Z

[WAGON-498] ScmWagon should work in binary mode when possible

commit 1fe65b1a05f3945931f1fc09a95ad68d43a0dad3
Author: Ilya Basin 
Date:   2018-02-20T14:37:28Z

fix ScmWagon cannot checkout when list() unsupported

commit 8cb0abe9026119d1d352cefb0902a0db5eba7e34
Author: Ilya Basin 
Date:   2018-02-22T08:13:52Z

[WAGON-495] fix testWagonPutDirectoryWhenDirectoryAlreadyExists false
positive

commit a7688623c5f8b31f7acec3b4283b77ee4a159dbc
Author: Ilya Basin 
Date:   2018-03-01T13:12:42Z

[WAGON-503] fix Directory is out of date error in putDirectory() to a 
non-empty svn repo




> 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.0.1
>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)