[ https://issues.apache.org/jira/browse/SCM-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17962038#comment-17962038 ]
ASF GitHub Bot commented on SCM-554: ------------------------------------ jira-importer opened a new issue, #765: URL: https://github.com/apache/maven-scm/issues/765 **[Grant Gardner](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=lwoggardner)** opened **[SCM-554](https://issues.apache.org/jira/browse/SCM-554?redirect=false)** and commented The initial changelog implementation simply issued a "hist" on a given stream which will only detect changes being promoted into a stream. Any changes flowing down from "upstream" are not detected. Since AccuRev 4.7.2 there is a command to identify the differences in a stream between two transactions diff -v -V -t. The attached patch reworks the changelog implementation to use this feature if it is available. --- **Affects:** 1.4 **Attachments:** - [SCM-554-doc.patch](https://issues.apache.org/jira/secure/attachment/12718663/SCM-554-doc.patch) (_963 bytes_) - [scm-accurev-changelog.patch](https://issues.apache.org/jira/secure/attachment/12718617/scm-accurev-changelog.patch) (_116.46 kB_) > AccuRev provider changelog detect upstream changes > -------------------------------------------------- > > Key: SCM-554 > URL: https://issues.apache.org/jira/browse/SCM-554 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Improvement > Components: maven-scm-provider-accurev > Affects Versions: 1.4 > Reporter: Grant Gardner > Priority: Major > Attachments: SCM-554-doc.patch, scm-accurev-changelog.patch > > > The initial changelog implementation simply issued a "hist" on a given stream > which will only detect changes being promoted into a stream. Any changes > flowing down from "upstream" are not detected. > Since AccuRev 4.7.2 there is a command to identify the differences in a > stream between two transactions diff -v -V -t. > The attached patch reworks the changelog implementation to use this feature > if it is available. -- This message was sent by Atlassian Jira (v8.20.10#820010)