Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 13639 invoked from network); 30 Mar 2011 11:07:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Mar 2011 11:07:10 -0000 Received: (qmail 73210 invoked by uid 500); 30 Mar 2011 11:07:09 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 73122 invoked by uid 500); 30 Mar 2011 11:07:09 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 73114 invoked by uid 99); 30 Mar 2011 11:07:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Mar 2011 11:07:09 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of t.cservenak@gmail.com designates 209.85.210.171 as permitted sender) Received: from [209.85.210.171] (HELO mail-iy0-f171.google.com) (209.85.210.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Mar 2011 11:07:04 +0000 Received: by iyi20 with SMTP id 20so1293705iyi.30 for ; Wed, 30 Mar 2011 04:06:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type; bh=jLITR6VPv0m7ndTS35BQ7ZF6jfXlFEG+8LLmnbgV+zc=; b=e8MTXVqDRq90gBXmYqew83VM3cv1PhECKu/y/0V3NoKWjRi97vpOkYAebwqNtUPmJ9 1gjlZ7dah6EeinFQ3NjSJTHGqPrljFme3ePhCpFj4Abyn5/VDvU5tfQpMznYta3zB8hV YqA8H+NDVu9BdXClBR70Ey1q/uDrVejResbWY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=xn5EOBTTvewVxPFlp2TVpJ7jJPQrDrAuuiCkVrttNwIxwi6JWklEZcZQPpqtEjuHQ8 Me3d9zzTXaIr65vmXVyZ6bvOhhFukjDi50SByZuVzcI8jHyEiAE3EXTYSQzGbbcK1691 dvFl6pLwPYDnTyjXOHpiO2H+/RfZzmeNUNYU4= Received: by 10.231.54.100 with SMTP id p36mr1046161ibg.162.1301483203072; Wed, 30 Mar 2011 04:06:43 -0700 (PDT) MIME-Version: 1.0 Sender: t.cservenak@gmail.com Received: by 10.231.158.82 with HTTP; Wed, 30 Mar 2011 04:06:23 -0700 (PDT) In-Reply-To: <4D9303FC.3040606@udo.edu> References: <20110330100735.5349623888E7@eris.apache.org> <4D9303FC.3040606@udo.edu> From: =?UTF-8?B?VGFtw6FzIENzZXJ2ZW7DoWs=?= Date: Wed, 30 Mar 2011 13:06:23 +0200 X-Google-Sender-Auth: nPx7I1CuyqTYFoi_mJMNDT9InGc Message-ID: Subject: Re: svn commit: r1086889 - /maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/packer/NEXUS4149TransferFormatTest.java To: Maven Developers List Cc: Benjamin Bentmann Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi, completely agreed, but let me explain -- not that it matters: I had a lot of accumulated changes in my github fork of maven-indexer, and initially did not wanted to disturb other forks of my repository. Hence, I started pushing changes _without_ changing commit messages first -- thinking "it would change history, hence screw other forks". I was distracted with ASF SVN mirroring pain (dcommiting multiple commits from EU, --no-rebase was not helping, there was a lot of interlaving changes for same file), but solved luckily: http://twitter.com/#!/cstamas/status/53021178750701568 And then I realized: git-svn _also modifies_ history, but it was late then :( I already started pushing (and had to recover few times until I found out the dnsmasq fix), since there was a LOT of commits to be dcommited back to ASF SVN. To at least make it better, I linked the MINDEXER jira issues to the SVN revisions, so at least we have the JIRA->SVN direction, but SVN commit logs does not point back. http://jira.codehaus.org/browse/MINDEXER-15 http://jira.codehaus.org/browse/MINDEXER-16 http://jira.codehaus.org/browse/MINDEXER-17 http://jira.codehaus.org/browse/MINDEXER-18 Thanks, ~t~ On Wed, Mar 30, 2011 at 12:20 PM, Benjamin Bentmann wrote: > I think it would be more appropriate if those commits were mentioning the > corresponding MINDEXER issue. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org