You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kamesh Jayachandran <ka...@collab.net> on 2006/11/17 08:35:03 UTC

Re: svn commit: r22319 - trunk/subversion/libsvn_ra_svn

> -   URI is a parsed version of URL.  AUTH_BATON is provided by the caller of
> -   ra_svn_open.  If tunnel_argv is non-null, it points to a program
> -   argument list to use when invoking the tunnel agent. */
> +   URI is a parsed version of URL.  CALLBACKS and CALLBACKS_BATON
> +   are provided by the caller of ra_svn_open. If tunnel_argv is non-null,
>   

ra_svn_reparent also calls open_session that is why I just left it as 
'caller'.

With regards
Kamesh Jayachandran

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r22319 - trunk/subversion/libsvn_ra_svn

Posted by Erik Huelsmann <eh...@gmail.com>.
On 11/17/06, Kamesh Jayachandran <ka...@collab.net> wrote:
>
> > -   URI is a parsed version of URL.  AUTH_BATON is provided by the caller of
> > -   ra_svn_open.  If tunnel_argv is non-null, it points to a program
> > -   argument list to use when invoking the tunnel agent. */
> > +   URI is a parsed version of URL.  CALLBACKS and CALLBACKS_BATON
> > +   are provided by the caller of ra_svn_open. If tunnel_argv is non-null,
> >
>
> ra_svn_reparent also calls open_session that is why I just left it as
> 'caller'.

Ah, yes, I understand that, but the parameter used there also comes
from ra_svn_open (in a distant past), so while you're technically
correct, I thought it'd be better to keep the ra_svn_open in the text.

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org