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

Re: svn commit: rev 2131 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/libsvn_client trunk/subversion/bindings/ruby trunk/subversion/clients/cmdline trunk/subversion/tests/libsvn_wc trunk/subversion/tests/clients/cmdline

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-06-11 11:06:59 CEST

[ not a full review; I just noticed this one bug... ]

On Sun, Jun 09, 2002 at 11:07:28PM -0500, kfogel@tigris.org wrote:
>...
> +++ trunk/subversion/clients/cmdline/checkout-cmd.c Sun Jun 9 23:07:28 2002
>...
> - SVN_ERR (svn_client_checkout (NULL, NULL,
> - opt_state->quiet ? NULL : trace_editor,
> - opt_state->quiet ? NULL : trace_edit_baton,
> - auth_baton,
> - repos_url,
> - local_dir,
> - &(opt_state->start_revision),
> - opt_state->nonrecursive ? FALSE : TRUE,
> - opt_state->xml_file,
> - pool));
> + {
> + svn_wc_notify_func_t notify_func;
> + void *notify_baton;
> +
> + svn_cl__get_checkout_notifier (&notify_func, &notify_baton,
> + TRUE, FALSE, pool);

Whoops! Where's opt_state->quiet go? :-)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 11 11:05:54 2002

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.