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

[RFC] Store old/new/mine versions of property conflicts

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Fri, 04 Jul 2008 16:20:10 +0100

As a side-line to tree conflicts, I'm working on storing property
conflicts in a more machine-readable manner, storing the three
conflicting versions

  * "old" or "merge-left"
  * "new" or "merge-right"
  * "mine"

and providing API access to them so that a client can use them and not
have to rely on just the human-readable statements in the ".prej" file.

I didn't start by storing them, though; I started by writing an API for
retrieving them. (I haven't written any code for storing them, yet.)

Any comments on this would be appreciated. (I know a log message would
help you a lot. Sorry - later...)

(The patch is meant to be innocuous (not breaking existing code) but it
fails a few tests so there's at least one silly mistake in there.)

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org

Received on 2008-07-04 17:20:41 CEST

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.