Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 45B4D9310 for ; Tue, 12 Jun 2012 21:00:34 +0000 (UTC) Received: (qmail 85376 invoked by uid 500); 12 Jun 2012 21:00:33 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 85340 invoked by uid 500); 12 Jun 2012 21:00:33 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 85329 invoked by uid 99); 12 Jun 2012 21:00:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2012 21:00:33 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.109.42.8] (HELO einhorn.in-berlin.de) (192.109.42.8) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2012 21:00:26 +0000 X-Envelope-From: stsp@stsp.name Received: from ted.stsp.name (ted.stsp.name [217.197.84.34]) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id q5CL05kD016397 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 12 Jun 2012 23:00:05 +0200 Received: from ted.stsp.name (stsp@localhost [127.0.0.1]) by ted.stsp.name (8.14.5/8.14.3) with ESMTP id q5CL05Kd024496; Tue, 12 Jun 2012 23:00:05 +0200 (CEST) Received: (from stsp@localhost) by ted.stsp.name (8.14.5/8.14.3/Submit) id q5CL04d3031553; Tue, 12 Jun 2012 23:00:04 +0200 (CEST) Date: Tue, 12 Jun 2012 23:00:04 +0200 From: Stefan Sperling To: Glenn Holmer Cc: users@subversion.apache.org Subject: Re: commit mergeinfo? Message-ID: <20120612210004.GB16835@ted.stsp.name> Mail-Followup-To: Glenn Holmer , users@subversion.apache.org References: <1339519156.19636.158.camel@shadow> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1339519156.19636.158.camel@shadow> User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Jun 12, 2012 at 11:39:16AM -0500, Glenn Holmer wrote: > We're on Subversion 1.6. After creating a branch, we merged from trunk > to branch three times. After the third merge, we noticed an > svn:mergeinfo property on the top directory of the branch: > > glennh@shadow:/mnt/sdb1/netbeans-branches/ICE-3.0.1 > svn diff --depth empty . > > Property changes on: . > ___________________________________________________________________ > Modified: svn:mergeinfo > Merged /phoenix-jee6/trunk:r17676-17689 > > We're not sure if this was there after previous merges from the trunk or > not. Should this property be committed before doing any more merges? Yes! It should be committed along with the merged changes. See this section of the svnbook for details: http://svnbook.red-bean.com/en/1.7/svn.branchmerge.basicmerging.html#svn.branchmerge.basicmerging.mergeinfo