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

[proposal] API to obtain hereditary mergeinfo

From: Madan U Sreenivasan <madan_at_collab.net>
Date: 2006-07-10 16:21:02 CEST

Hi,

Given,
svn merge source -r r1:r2

    Currently, the mergeinfo merges from the source happen at only one
level (i.e., from only the source directory/file). However, because we use
the concept of eliding (store mergeinfo at the first most common point),
there might be mergeinfo in the parent or grandparent which affects the
current source file/directory.

    So, we need an API (or should it be a static function)
svn_merge_hereditary_merge_info(), that takes recursively merges the
mergeinfo from all its anscestors.

    I thought I could get your opinion before I go ahead and implement the
same.

Regards,
Madan.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 10 15:50:55 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.