[
https://issues.apache.org/jira/browse/SCM-864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17963407#comment-17963407
]
ASF GitHub Bot commented on SCM-864:
------------------------------------
jira-importer opened a new issue, #1086:
URL: https://github.com/apache/maven-scm/issues/1086
**[Ilya
Basin](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=basinilya)**
opened
**[SCM-864](https://issues.apache.org/jira/browse/SCM-864?redirect=false)** and
commented
When ScmCvsExeWagonTest.testWagonGetFileList() runs, it tries to list remote
files in the repo by calling ScmProvider.list().
The arguments passed to this method are:
```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
```
However, the cvs command fails, because the module name "repository" is not
passed to it:
```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
```
---
**Affects:** 1.9.5
**Issue Links:**
- [SCM-866](https://issues.apache.org/jira/browse/SCM-866) Cvs
ScmProvider.list() does not return correct entries
(_**"blocks"**_)
- [WAGON-497](https://issues.apache.org/jira/browse/WAGON-497)
ScmWagon#put() strips parent dirs from the target path if they already exist in
SCM
(_**"blocks"**_)
**Remote Links:**
- [GitHub Pull Request #62
](https://github.com/apache/maven-scm/pull/62)
> module name not passed to cvs rls
> ---------------------------------
>
> Key: SCM-864
> URL: https://issues.apache.org/jira/browse/SCM-864
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Components: maven-scm-provider-cvs
> Affects Versions: 1.9.5
> Reporter: Ilya Basin
> Assignee: Olivier Lamy
> 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
(v8.20.10#820010)