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

Re: svn commit: rev 1508 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/bindings/ruby

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-03-14 20:58:32 CET

On Thu, Mar 14, 2002 at 09:30:53AM -0600, Ben Collins-Sussman wrote:
> cmpilato@collab.net writes:
>
> > 2. (much more involved solution) Promote all entry members to
> > first-class citizens, and in doing so, might I recommend losing
> > the "attributes" hash that lives in the entry, too? That hash is
> > a transient state between disk and structure, and need not be
> > toted around everywhere we go. The day someone actually has
> > custom entry things to track, a hash for ONLY those custom items
> > can be re-added.
>
> Karl and I have been talking about doing this for a while now. It's
> the Right Thing.

Yup, that was my intent. I saw the public symbols, went "hey..." and moved
'em, with the understanding that it should all be private anyways.

IMO, we shouldn't have an open hash for tracking, but if we do, then it can
exist entirely outside of all the merging-with-parent crap that occurs.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 14 20:55:57 2002

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.