You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2018/12/27 23:42:00 UTC

[jira] [Closed] (SCM-665) TfsChangeLogCommand does not display the change log for directories

     [ https://issues.apache.org/jira/browse/SCM-665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov closed SCM-665.
------------------------------
       Resolution: Incomplete
    Fix Version/s:     (was: waiting-for-feedback)

No reaction for months.

> TfsChangeLogCommand does not display the change log for directories
> -------------------------------------------------------------------
>
>                 Key: SCM-665
>                 URL: https://issues.apache.org/jira/browse/SCM-665
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-tfs
>    Affects Versions: 1.6
>            Reporter: John Wu
>            Priority: Major
>
> 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
> {code}        command.addArgument( file.getName() ); {code}
> But I believe it should be
> {code}        command.addArgument( file.getAbsolutePath() ); {code}



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