[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: New svn mergeinfo subcommand

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-09-20 15:24:01 CEST

On 9/20/07, Peter Samuelson <peter@p12n.org> wrote:
>
> [Mark Phippard]
> > I think you are wrong on this. The ranges in svn:mergeinfo are the
> > actual revisions that have been merged, not the range you would have
> > used on svn merge.
>
> My mistake. I assumed it was the other, based on your original example:
>
> $ svn mergeinfo .
> Path:
> Merge source: file:///Users/username/repositories/conflicts/trunk
> Merged ranges: r0:4, r8:9, r12:16, r21:22
> Eligible ranges: r4:8, r9:12, r16:21, r22:25
>
> The ranges in question seem to support my hypothesis: that the numbers
> are _not_ inclusive on both sides, but only on one side. Or am I
> interpreting that data wrong?

That is because Mike chose to take the data from the mergeinfo
property and "normalize" it into this format. Here is the property:

$ svn pg svn:mergeinfo
/trunk:1-4,9,13-16,22

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 20 15:24:17 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.