Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8525718570 for ; Thu, 1 Oct 2015 06:33:05 +0000 (UTC) Received: (qmail 4071 invoked by uid 500); 1 Oct 2015 06:33:05 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 4009 invoked by uid 500); 1 Oct 2015 06:33:05 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 3995 invoked by uid 99); 1 Oct 2015 06:33:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Oct 2015 06:33:05 +0000 Date: Thu, 1 Oct 2015 06:33:05 +0000 (UTC) From: "Dennis Lundberg (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (MCHANGELOG-79) Add support for "tag" type report of Subversion MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MCHANGELOG-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Lundberg resolved MCHANGELOG-79. --------------------------------------- Resolution: Fixed I have applied and committed a modified version of Samuel's patch. A new 2.4-SNAPSHOT has been deployed. Please give it a try and see if it works for you. > Add support for "tag" type report of Subversion > ----------------------------------------------- > > Key: MCHANGELOG-79 > URL: https://issues.apache.org/jira/browse/MCHANGELOG-79 > Project: Maven Changelog Plugin > Issue Type: Improvement > Reporter: Kinugasa Noriko > Assignee: Dennis Lundberg > Fix For: 2.4 > > Attachments: MCHANGELOG-79-Add-support-for-svn-tag-diffs-New-Patch-no-BranchBase-property.patch, MCHANGELOG-79_0001-Add-support-for-svn-tag-diffs.-Redo-the-original-MCH.patch, SvnTag_changelog.patch, svntag-report-sample.JPG > > > Currently, Changelog plugin don't support Subversion's tag. > This patch make The "tag" type report available even if you are using Subversion. > This gets each revision of tags in Subversion system, and generates the log-report between those revisions. > For example, assume you have following repositoy structure: > {noformat} > http://example.com/svn/project > +trunk/ > | +src/ > | ... > +tags/ > | +1.0/ > | +1.1/ > | +1.2/ > | +2.0/ > | +2.1/ > +branches/ > +1.x/ > {noformat} > To generate svn log's between 1.1 and 1.2 tag in 1.x branch: > [pom.xml] > {code:xml} > ... > > > > scm:svn:http://example.com/svn/project > > ... > > > > > org.apache.maven.plugins > maven-changelog-plugin > 2.2.1 > > > tag > > > 1.2 > 1.1 > > > branches/1.x > > Windows-31J > > > > > ... > {code} > To generate svn log-report between 2.1 and 2.0 tag in trunk: > [pom.xml] > {code:xml} > ... > > > > scm:svn:http://example.com/svn/project > > ... > > > > > org.apache.maven.plugins > maven-changelog-plugin > 2.2.1 > > > tag > > > 2.0 > 2.1 > > > [trunk] > > Windows-31J > > > > > ... > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)