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

Re: svn commit: r14873 - in trunk/subversion: libsvn_client

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-05-30 22:18:55 CEST

On Mon, 30 May 2005 kfogel@collab.net wrote:

> lundblad@tigris.org writes:
> > --- trunk/subversion/include/svn_client.h (original)
> > +++ trunk/subversion/include/svn_client.h Sat May 28 16:31:37 2005
> I think the doc string here should say why one might prefer this to
> svn_ra_open(). And the doc string for svn_ra_open() should say why
> one might prefer svn_client_open_ra_session().
>
Good idea. I added cross-references and an explanation in r14884.

> > --- trunk/subversion/libsvn_client/client.h (original)
> > +++ trunk/subversion/libsvn_client/client.h Sat May 28 16:31:37 2005
> > @@ -227,15 +227,16 @@
> >
> > The calling application's authentication baton is provided in CTX,
> > and allocations related to this session are performed in POOL. */
> > -svn_error_t * svn_client__open_ra_session (svn_ra_session_t **ra_session,
> > - const char *base_url,
> > - const char *base_dir,
> > - svn_wc_adm_access_t *base_access,
> > - apr_array_header_t *commit_items,
> > - svn_boolean_t use_admin,
> > - svn_boolean_t read_only_wc,
> > - svn_client_ctx_t *ctx,
> > - apr_pool_t *pool);
> > +svn_error_t *
> > +svn_client__open_ra_session_internal (svn_ra_session_t **ra_session,
> > + const char *base_url,
> > + const char *base_dir,
> > + svn_wc_adm_access_t *base_access,
> > + apr_array_header_t *commit_items,
> > + svn_boolean_t use_admin,
> > + svn_boolean_t read_only_wc,
> > + svn_client_ctx_t *ctx,
> > + apr_pool_t *pool);
>
> People might wonder why the "_internal", since this is already a
> double-underscore function. You might want to explain that it is to
> avoid confusion with the public function svn_client_open_ra_session().
> However, this is a very minor point -- please ignore if you do not
> find it compelling :-).
>
Well, while I'm here...

Thanks,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 30 22:09:18 2005

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.