[
https://issues.apache.org/jira/browse/SCM-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17961940#comment-17961940
]
ASF GitHub Bot commented on SCM-532:
------------------------------------
jira-importer commented on issue #745:
URL: https://github.com/apache/maven-scm/issues/745#issuecomment-2964618083
**[Olivier
Lamy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=olamy)**
commented
Reopen as a tck-git failed
```
mvn clean verify -Ptck-git -Dtest=GitExeBlameCommandTckTest
-DfailIfNoTests=false -Dsurefire.useFile=false
junit.framework.ComparisonFailure: expected:<[92f139df]> but was:<[^92f139d]>
at junit.framework.Assert.assertEquals(Assert.java:81)
at junit.framework.Assert.assertEquals(Assert.java:87)
at
org.apache.maven.scm.provider.git.gitexe.command.blame.GitExeBlameCommandTckTest.verifyResult(GitExeBlameCommandTckTest.java:53)
at
org.apache.maven.scm.tck.command.blame.BlameCommandTckTest.testBlameCommand(BlameCommandTckTest.java:99)
at
org.apache.maven.scm.provider.git.gitexe.command.blame.GitExeBlameCommandTckTest.testBlameCommand(GitExeBlameCommandTckTest.java:44)
```
This issue happen on solaris env (with git version 1.5.6.2)
But not on windauze (with git version 1.6.5.1.1367.gcd48)
> Please add support for blame command
> ------------------------------------
>
> Key: SCM-532
> URL: https://issues.apache.org/jira/browse/SCM-532
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: New Feature
> Components: maven-scm-api, maven-scm-provider-bazaar,
> maven-scm-provider-cvs, maven-scm-provider-gitexe,
> maven-scm-provider-mercurial (hg), maven-scm-provider-svn
> Reporter: Mandrikov Evgeny Andreevich
> Assignee: Olivier Lamy
> Priority: Major
> Fix For: 1.4
>
> Attachments: SCM-532.diff
>
>
> I've made an extension for Maven SCM for blame command. This extension
> currently part of [Sonar SCM Activity
> Plugin|http://docs.codehaus.org/display/SONAR/SCM+Activity+Plugin] and
> supports Subversion (pure Java too), Git, CVS, Mercurial and Bazaar. For all
> of these providers I made unit-tests. It would be nice to include these
> command into Maven SCM. Source code can be found here:
> http://svn.codehaus.org/sonar-plugins/trunk/scm-activity/maven-scm-ext/
--
This message was sent by Atlassian Jira
(v8.20.10#820010)