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

Re: svn commit: r39677 - trunk/subversion/libsvn_client

From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 7 Oct 2009 19:54:37 -0400

On Tue, Sep 29, 2009 at 12:18, Hyrum K. Wright <hyrum_at_hyrumwright.org> wrote:
>...
> +++ trunk/subversion/libsvn_client/externals.c  Tue Sep 29 09:18:26 2009        (r39677)
>...
>       else
>         {
>           close_access_baton_when_done = TRUE;
> -          what_to_remove = SVN_WC_ENTRY_THIS_DIR;
> +          SVN_ERR(svn_dirent_get_absolute(&remove_target_abspath,
> +                                          svn_wc_adm_access_path(adm_access),
> +                                          ib->iter_pool));
>         }

This is more simply:

  remove_target_abspath = svn_wc__adm_access_abspath(adm_access);

>...

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2404745
Received on 2009-10-08 01:54:49 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.