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

Re: svn commit: r1657267 - in /subversion/branches/pin-externals/subversion: include/svn_client.h libsvn_client/copy.c libsvn_client/deprecated.c svn/copy-cmd.c tests/libsvn_client/client-test.c

From: Branko Čibej <brane_at_wandisco.com>
Date: Wed, 04 Feb 2015 19:39:18 +0100

On 04.02.2015 15:59, stsp_at_apache.org wrote:
> Author: stsp
> Date: Wed Feb 4 14:58:59 2015
> New Revision: 1657267
>
> URL: http://svn.apache.org/r1657267
> Log:
> On the pin-externals branch, allow fine-grained API-level control over which
> externals get pinned during a copy. This feature is intended for clients which
> allow users to select specific externals for pinning, like TortoiseSVN does.
[...]
> @@ -4523,6 +4531,7 @@ svn_client_copy7(const apr_array_header_
> svn_boolean_t make_parents,
> svn_boolean_t ignore_externals,
> svn_boolean_t pin_externals,
> + const apr_hash_t *externals_to_pin,
> const apr_hash_t *revprop_table,
> svn_commit_callback2_t commit_callback,
> void *commit_baton,

.../subversion/bindings/javahl/native/SVNClient.cpp:463:17: error: no matching function for
      call to 'svn_client_copy7'
    SVN_JNI_ERR(svn_client_copy7(srcs, destinationPath.c_str(),
                ^~~~~~~~~~~~~~~~
.../subversion/bindings/javahl/native/JNIUtil.h:234:39: note: expanded from macro 'SVN_JNI_ERR'
    svn_error_t *svn_jni_err__temp = (expr); \
                                      ^
.../subversion/include/svn_client.h:4528:1: note: candidate function not viable: requires 12
      arguments, but 11 were provided

-- Brane
Received on 2015-02-04 19:40:35 CET

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.