Uploaded image for project: 'Maven SCM'
  1. Maven SCM
  2. SCM-864

module name not passed to cvs rls

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.9.5
    • None
    • maven-scm-provider-cvs
    • 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
      

      Attachments

        Issue Links

          Activity

            People

              olamy Olivier Lamy
              basinilya Ilya Basin
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: