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

Re: transaction roots

From: Jim Blandy <jimb_at_zwingli.cygnus.com>
Date: 2001-03-30 05:58:09 CEST

Greg Stein <gstein@lyra.org> writes:
> I've been creating transactions based on the "youngest" revision, and then
> applying changes to that. I was wondering if anybody sees a problem with
> doing that.

Ahh, I just thought of the right answer to this question:

In the approach you suggest, you're basically re-implementing all the
logic in svn_fs_merge within DAV. This means that the filesystem has
packaged up that logic in a way that's not useful to you. If you
could think of an alternative, easy-to-understand interface that would
allow you and the commit process to share the logic, that would be the
best outcome.

I guess the logic isn't that complex, so the duplication still isn't a
big deal. It's just finesse points.
Received on Sat Oct 21 14:36:26 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.