You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vladimir Nemergut (JIRA)" <ji...@codehaus.org> on 2012/11/26 17:40:13 UTC

[jira] (SCM-700) Fix TfsChangeLogCommand

Vladimir Nemergut created SCM-700:
-------------------------------------

             Summary: Fix TfsChangeLogCommand
                 Key: SCM-700
                 URL: https://jira.codehaus.org/browse/SCM-700
             Project: Maven SCM
          Issue Type: Bug
          Components: maven-scm-provider-tfs
            Reporter: Vladimir Nemergut


The TfsChangeLogCommand executes the following command:
tf history <repository> <fileset> -format:detailed <file name>

It should call /noprompt and /recursive as well. 
Without /noprompt the command will just open an UI and doesn't output anything. /recursive is important if the passed <file name> is a folder name.

The TfsChangeLogConsumer should be changed accordingly.

--
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