[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 6298 - in clients/rapidsvn/trunk: . src src/svncpp

From: <cmpilato_at_collab.net>
Date: 2003-06-20 00:13:51 CEST

Philip Martin <philip@codematters.co.uk> writes:

> xela@tigris.org writes:
>
> > + svn_error_t * error =
> > + svn_client_delete (&commit_info,
> > + const_cast<apr_array_header_t*> (targets.array (pool)),
>
> Eeww, that's ugly! I've fixed svn_client_delete to take a const.
>
> > force,
> > *m_context,
> > pool);
> > @@ -184,9 +201,13 @@
> > Pool pool;
> > m_context->setLogMessage (message);
> >
> > + Targets targets (path.c_str ());
> > +
> > svn_client_commit_info_t *commit_info = NULL;
> > svn_error_t * error =
> > - svn_client_mkdir (&commit_info, path.c_str (),
> > + svn_client_mkdir (&commit_info,
> > + const_cast<apr_array_header_t*>
>
> Ditto svn_client_mkdir.
>
> > + (targets.array (pool)),
> > *m_context, pool);

Thanks, Philip. You just removed two of my personal TODO items!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 20 00:13:26 2003

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.