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

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

From: Daniel Shahaf <danielsh_at_apache.org>
Date: Tue, 23 Nov 2010 17:56:23 +0200

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
Received on 2010-11-23 16:59:41 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.