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

ASF GitHub Bot commented on SCM-864:
------------------------------------

GitHub user basinilya opened a pull request:

    https://github.com/apache/maven-scm/pull/62

    [SCM-864] fix module name not passed to cvs rls

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/basinilya/maven-scm SCM-864

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-scm/pull/62.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 #62
    
----
commit 83b9c548d99b361da800b2da1204f4f182bd6483
Author: Ilya Basin <basinilya@...>
Date:   2018-02-18T08:10:48Z

    [SCM-864] fix module name not passed to cvs rls

----


> module name not passed to cvs rls
> ---------------------------------
>
>                 Key: SCM-864
>                 URL: https://issues.apache.org/jira/browse/SCM-864
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-cvs
>    Affects Versions: 1.9.5, 1.9.6
>            Reporter: Ilya Basin
>            Priority: Major
>
> When ScmCvsExeWagonTest.testWagonGetFileList() runs, it tries to list remote 
> files in the repo by calling ScmProvider.list().
> The arguments passed to this method are:
> {code:java}
> repository: 
> cvs:local:C:\progs\maven\maven-wagon\wagon-providers\wagon-scm\target\test-classes\test-repo-cvs:repository
> fileSet: basedir = .; files = [file-list{code}
> However, the cvs command fails, because the module name "repository" is not 
> passed to it:
> {code:java}
> cmd.exe /X /C "cvs -z3 -f -d 
> :local:C:\progs\maven\maven-wagon\wagon-providers\wagon-scm\target\test-classes\test-repo-cvs
>  -n -q rls -e file-list"
> cvs rls: cannot find module `file-list' - ignored
> {code}



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

Reply via email to