Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.9.5
-
None
-
None
Description
When ScmCvsExeWagonTest.testWagonGetFileList() runs, it tries to list remote files in the repo by calling ScmProvider.list().
The arguments passed to this method are:
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:
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