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

TfsChangeLogCommand does not display the change log for directories

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Incomplete
    • 1.6
    • None
    • maven-scm-provider-tfs
    • None
    • Patch

    Description

      The TfsChangeLogCommand can get change log of specific file(s), but cannot work for directory.

      In TfsChangeLogCommand.java of version 1.6, line 83 is

              command.addArgument( file.getName() ); 

      But I believe it should be

              command.addArgument( file.getAbsolutePath() ); 

      Attachments

        Activity

          People

            Unassigned Unassigned
            phantom_john John Wu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: