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

Re: Review 1.2 API changes

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2004-11-15 20:20:33 CET

Branko Čibej wrote:
> $ svn diff http://svn.collab.net/repos/svn/tags/1.1.0/subversion/include \
> http://svn.collab.net/repos/svn/trunk/subversion/include

Thanks. These additional changes show up:

> Index: svn_ra_svn.h
> ===================================================================
> +/** A value used to indicate an optional number element in a tuple that was
> + * not received.
> + */
> +#define SVN_RA_SVN_UNSPECIFIED_NUMBER ~((apr_uint64_t) 0)

svn_client_get_commit_log_t:
   Document that "apr_array_header_t *commit_items" is read-only.

svn_client_log -> svn_client_log2:
> - * @a targets contains all the working copy paths (as <tt>const char
> - * *</tt>'s) for which log messages are desired. The repository info is
> + * @a targets contains either a URL followed by zero or more relative
> + * paths, or a list of working copy paths (as <tt> const char *</tt>'s
> + * for which log messages are desired. The repository info is
> * determined by taking the common prefix of the target entries' URLs.
> * @a receiver is invoked only on messages whose revisions involved a
> * change to some path in @a targets.
> *
> - * ### todo: the above paragraph is not fully implemented yet.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 15 20:21:09 2004

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.