[
https://jira.codehaus.org/browse/SCM-665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Scholte updated SCM-665:
---
Component/s: maven-scm-provider-tfs
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
{code}command.addArgument( file.getName() ); {code}
But I believe it should be
{code}command.addArgument( file.getAbsolutePath() ); {code}
was:
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() );
> TfsChangeLogCommand does not display the change log for directories
> ---
>
> Key: SCM-665
> URL: https://jira.codehaus.org/browse/SCM-665
> Project: Maven SCM
> Issue Type: Bug
> Components: maven-scm-provider-tfs
>Affects Versions: 1.6
>Reporter: John Wu
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira