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 778F510443 for ; Fri, 12 Jul 2013 08:30:34 +0000 (UTC) Received: (qmail 8092 invoked by uid 500); 12 Jul 2013 08:30:34 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 8059 invoked by uid 500); 12 Jul 2013 08:30:33 -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 8051 invoked by uid 99); 12 Jul 2013 08:30:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jul 2013 08:30:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [199.193.192.100] (HELO codehaus01.managed.contegix.com) (199.193.192.100) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jul 2013 08:30:26 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id A2A26B1060 for ; Fri, 12 Jul 2013 03:30:05 -0500 (CDT) Date: Fri, 12 Jul 2013 03:30:05 -0500 (CDT) From: =?ISO-8859-1?Q?J=F6rg_Sesterhenn_=28JIRA=29?= To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (MCHANGELOG-79) Add support for "tag" type report of Subversion MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org [ https://jira.codehaus.org/browse/MCHANGELOG-79?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D328474= #comment-328474 ]=20 J=F6rg Sesterhenn commented on MCHANGELOG-79: ------------------------------------------- Could you please release this? I'd prefer a solution with minor Bugs to no = solution at all. I would wish for an option to generate the report on all tags found up to t= he current revision (complete changeloghistory) where the tags would be eit= her sorted by revision or maven-style (i.e. given all found tags have the f= ormat "artifactId-version" than tags would be sorted by version just like m= aven would do). But I guess I better bring up another issue for this improv= ement request... =20 > Add support for "tag" type report of Subversion > ----------------------------------------------- > > Key: MCHANGELOG-79 > URL: https://jira.codehaus.org/browse/MCHANGELOG-79 > Project: Maven 2.x Changelog Plugin > Issue Type: Improvement > Reporter: Kinugasa Noriko > Attachments: MCHANGELOG-79_0001-Add-support-for-svn-tag-diffs.-Re= do-the-original-MCH.patch, MCHANGELOG-79-Add-support-for-svn-tag-diffs-New-= Patch-no-BranchBase-property.patch, SvnTag_changelog.patch, svntag-report-s= ample.JPG > > > Currently, Changelog plugin don't support Subversion's tag. > This patch make The "tag" type report available even if you are using S= ubversion. > 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}=20 > 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 is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira