lundblad@tigris.org writes:
> +/** Retrieve a subset of the interesting revisions of a file @a path in
> + * @a repos as seen in revision @a end. Invoke @a handler with
> + * @a handler_baton as its first argument for each such revision.
> + * @a pool is used for all allocations.
> + *
> + * If there is an interesting revision of the file that is less than or
> + * equal to start, the iteration will start at that revision. Else, the
> + * iteration will start at the first revision of the file in the \
repository,
> + * which has to be less than or equal to end. Note that if the function
> + * succeeds, @a handler will have been called at least once.
> + *
> + * In a series of calls, the file contents for the first \
interesting revision
> + * will be provided as a text delta against the empty file. In the \
following
> + * calls, the delta will be against the contents for the previous call. */
In this doc string for svn_repos_get_file_revs(), it seems that the
word "interesting" is being used in some technical sense, but it is
never explained. Might want to define "interesting" here...
-Karl
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 12 15:18:18 2004