jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Signup
Sonar Plugins
  • Sonar Plugins
  • SONARPLUGINS-373

Support for TFS

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: SCM-ACTIVITY-1.1
  • Component/s: SCM Activity
  • Labels:
    None
  • Number of attachments :
    0

Description

I would love to see support for TFS for the SCM Activity plugin for Sonar.

Issue Links

is depended upon by

New Feature - A new feature of the product, which has yet to be developed. SCM-545 Add blame command to TFS provider

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Evgeny Mandrikov added a comment - 20/Feb/10 12:51 PM

As we previously discussed I need following information:

  • syntax of blame command for TFS
  • example log of output
Show
Evgeny Mandrikov added a comment - 20/Feb/10 12:51 PM As we previously discussed I need following information: syntax of blame command for TFS example log of output
Hide
Permalink
Michael Hartmann added a comment - 05/Apr/10 3:15 PM

The Team Foundation Power Tools ship with a command-line version of annotate called "tfpt.exe annotate". This has a /noprompt option to direct the output to the console

These links explain in more detail how the Annotate can be used like Blame is used

http://blogs.msdn.com/buckh/archive/2006/03/13/annotate.aspx
http://blogs.msdn.com/bharry/archive/2006/09/07/744993.aspx

Does this help?

Show
Michael Hartmann added a comment - 05/Apr/10 3:15 PM The Team Foundation Power Tools ship with a command-line version of annotate called "tfpt.exe annotate". This has a /noprompt option to direct the output to the console These links explain in more detail how the Annotate can be used like Blame is used http://blogs.msdn.com/buckh/archive/2006/03/13/annotate.aspx http://blogs.msdn.com/bharry/archive/2006/09/07/744993.aspx Does this help?
Hide
Permalink
Evgeny Mandrikov added a comment - 05/Apr/10 3:27 PM

So, if I correctly understand, then command "tfpt annotate /noprompt filename" will produce output like this:

3 hatusr01 3/13/2006 public class Example {
4 buckh    4/13/2006   int field;
3 hatusr01 3/13/2006 }

? So, I can add support for TFS. And I'll come back to you for testing it.

Show
Evgeny Mandrikov added a comment - 05/Apr/10 3:27 PM So, if I correctly understand, then command "tfpt annotate /noprompt filename" will produce output like this: 3 hatusr01 3/13/2006 public class Example { 4 buckh 4/13/2006 int field; 3 hatusr01 3/13/2006 } ? So, I can add support for TFS. And I'll come back to you for testing it.
Hide
Permalink
Michael Hartmann added a comment - 05/Apr/10 3:30 PM

I will happily test it

Show
Michael Hartmann added a comment - 05/Apr/10 3:30 PM I will happily test it
Hide
Permalink
Evgeny Mandrikov added a comment - 05/Apr/10 4:32 PM

Done. New snapshot version was deployed, so you can test it. In order to get it worked "tfpt" should be in PATH.

Show
Evgeny Mandrikov added a comment - 05/Apr/10 4:32 PM Done. New snapshot version was deployed, so you can test it. In order to get it worked "tfpt" should be in PATH.
Hide
Permalink
Jonatan Urfalino added a comment - 28/Aug/12 10:24 AM

I'm trying to use SCM Activity Plugin but it fails because TFPT.exe (Power Tools 2008) does NOT use the format mentioned here.
This is the format I get for tfpt annotate /noprompt

3 public class Example {
4   int field;
3 }

As you can see only the changeset is returned.

Show
Jonatan Urfalino added a comment - 28/Aug/12 10:24 AM I'm trying to use SCM Activity Plugin but it fails because TFPT.exe (Power Tools 2008) does NOT use the format mentioned here. This is the format I get for tfpt annotate /noprompt 3 public class Example { 4 int field; 3 } As you can see only the changeset is returned.

People

  • Assignee:
    Evgeny Mandrikov
    Reporter:
    Michael Hartmann
Vote (0)
Watch (1)

Dates

  • Created:
    18/Feb/10 4:52 PM
    Updated:
    28/Aug/12 10:24 AM
    Resolved:
    05/Apr/10 4:32 PM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.