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

