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

Re: [Show][Show] Re: svn commit: r19660 - in branches/merge-tracking: notes subversion/include subversion/libsvn_subr

From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2006-05-18 14:25:01 CEST

Peter N. Lundblad wrote:
> Daniel Berlin writes:
> > Daniel Rall wrote:
> > > How about SVN_MERGE_RANGE_SINGLE_REV (or SVN_MERGE_RANGE_ONE_REV or
> > > SVN_MERGE_RANGE_REV) and SVN_MERGE_RANGE_SPAN as alternate names?
> >
> > Sure, whatever.
> > > Do we have to name this union, or can it be completely anonymous?
> >
> > Anonymous unions are not C89 :)
> >
>
> What about getting away with the union altogether and just let the
> start and end revs be equal if the range is one revision long?
> Or are you planning to extend the union?

I was thinking of trying sparse bitmaps and some other things to
represent non-contiguous groups nicely.

But if you all think it's too complex, i'm happy to get rid of the union.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 18 15:53:39 2006

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.