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

Re: svn commit: r33209 - in branches/file-externals/subversion: include libsvn_client tests/cmdline

From: Greg Stein <gstein_at_gmail.com>
Date: Fri, 19 Sep 2008 23:13:04 -0700

On Fri, Sep 19, 2008 at 10:48 PM, <blair_at_tigris.org> wrote:
>...
> +++ branches/file-externals/subversion/libsvn_client/copy.c Fri Sep 19 22:48:18 2008 (r33209)
>...
> + SVN_ERR(svn_wc_adm_probe_open3(&adm_access, NULL, pair->src, FALSE,
> + 0, ctx->cancel_func,
> + ctx->cancel_baton, iterpool));
> + SVN_ERR(svn_wc__entry_versioned(&entry, pair->src, adm_access, FALSE,
> + iterpool));
> + SVN_ERR(svn_wc_adm_close(adm_access));

Same problem as last change. Calling svn_wc__entry_versioned isn't
allowed from libsvn_client.

Cheers,
-g

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-20 08:13:17 CEST

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.