You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <da...@apache.org> on 2010/11/23 15:56:23 UTC

Re: svn commit: r1037992 - in /subversion/trunk/subversion: libsvn_client/export.c tests/cmdline/export_tests.py

Bert Huijben wrote on Tue, Nov 23, 2010 at 11:24:45 +0100:
> > +      /* Notify. */
> > +      {
> > +        svn_wc_notify_t *notify = svn_wc_create_notify(to_abspath,
> > +
> > svn_wc_notify_update_add,
> > +                                                       pool);
> > +        notify->kind = svn_node_file;
> > +        (ctx->notify_func2)(ctx->notify_baton2, notify, pool);
> > +      }
> 
> ctx->notify_func2 can be NULL here when used from a different client than svn.

Hyrum fixed it already :-)

(Thanks!)

Daniel