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

Re: [PATCH] redocument get_mergeinfo_for_path().

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2007-11-22 10:45:29 CET

> +/* Helper for svn_fs_mergeinfo__get_mergeinfo().
> +
> + Update CACHE (and RESULT iff RESULT is non-null) with mergeinfo for
> + PATH at REV, retrieved from DB.
> +
> + If INHERIT is svn_mergeinfo_explicit, then retrieve only explicit
> + mergeinfo on PATH. Else if it is svn_mergeinfo_nearest_ancestor,
> + then retrieve the mergeinfo for PATH's parent, recursively. Else
> + if it is svn_mergeinfo_inherit, then:
>

svn_mergeinfo_inherit -> svn_mergeinfo_inherited

> +
> + - If the explicit mergeinfo for PATH has ever been changed (that
> + is, the mergeinfo_changed rev > 0), retrieve explicit mergeinfo;
> +
>
It can be,

- If PATH had any explicit merges committed on or before REV, retrieve explicit mergeinfo;

- Else, retrieve mergeinfo for PATH's parent, recursively.

Apart from this, it looks fine.

With regards
Kamesh Jayachandran

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 22 10:45:11 2007

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.