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

Re: svn commit: rev 7389 - in trunk/subversion: clients/cmdline include libsvn_client tests/clients/cmdline/getopt_tests_data

From: Masaru Tsuchiyama <tsuchiyama_at_asahi-net.email.ne.jp>
Date: 2003-10-13 03:16:09 CEST

a first parameter of svn_client_blame() is different between in
subversion/include/svn_client.h and subversion/libsvn_client/blame.c

In trunk/subversion/include/svn_client.h
> +svn_error_t *
> +svn_client_blame (const char *target,
> + const svn_opt_revision_t *start,
> + const svn_opt_revision_t *end,
> + svn_boolean_t strict_node_history,
> + svn_client_blame_receiver_t receiver,
> + void *receiver_baton,
> + svn_client_ctx_t *ctx,
> + apr_pool_t *pool);

In trunk/subversion/libsvn_client/blame.c
> +svn_error_t *
> +svn_client_blame (const char *path_or_url,
> + const svn_opt_revision_t *start,
> + const svn_opt_revision_t *end,
> + svn_boolean_t strict_node_history,
> + svn_client_blame_receiver_t receiver,
> + void *receiver_baton,
> + svn_client_ctx_t *ctx,
> + apr_pool_t *pool)

Masaru Tsuchiyama

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 13 03:16:57 2003

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.