You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@lyra.org> on 2002/05/07 21:36:48 UTC

Re: svn commit: rev 1898 - trunk/notes trunk/subversion/include trunk/subversion/libsvn_repos

On Tue, May 07, 2002 at 02:25:02PM -0500, sussman@tigris.org wrote:
>...
> +++ trunk/subversion/include/svn_repos.h	Tue May  7 14:24:48 2002
>...
> +svn_error_t *svn_repos_parse_dumpstream (svn_stream_t *stream,
> +                                         svn_repos_parser_fns_t *parse_fns,
> +                                         apr_pool_t *pool);

'const svn_repos_parser_fns_t *parse_fns'


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

Re: svn commit: rev 1898 - trunk/notes trunk/subversion/include trunk/subversion/libsvn_repos

Posted by Greg Stein <gs...@lyra.org>.
On Tue, May 07, 2002 at 08:35:17PM -0500, Ben Collins-Sussman wrote:
> Greg Stein <gs...@lyra.org> writes:
>...
> > > +svn_error_t *svn_repos_parse_dumpstream (svn_stream_t *stream,
> > > +                                         svn_repos_parser_fns_t *parse_fns,
> > > +                                         apr_pool_t *pool);
> > 
> > 'const svn_repos_parser_fns_t *parse_fns'
> > 
> 
> Heh.... I *knew* you'd say that!  That's why I put it in r1900 before
> you got a chance to say anything.
> 
> See?  I'm learning.  ;-)

hehe...  yah, I noticed the change in your next commit. And, of course, I
saw that second commit *after* sending my message :-)


[ and the "learning" is also the reason why it is best to report the problem
  to the original coder, than to simply go in and change it yourself ]

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

Re: svn commit: rev 1898 - trunk/notes trunk/subversion/include trunk/subversion/libsvn_repos

Posted by Ben Collins-Sussman <su...@collab.net>.
Greg Stein <gs...@lyra.org> writes:

> On Tue, May 07, 2002 at 02:25:02PM -0500, sussman@tigris.org wrote:
> >...
> > +++ trunk/subversion/include/svn_repos.h	Tue May  7 14:24:48 2002
> >...
> > +svn_error_t *svn_repos_parse_dumpstream (svn_stream_t *stream,
> > +                                         svn_repos_parser_fns_t *parse_fns,
> > +                                         apr_pool_t *pool);
> 
> 'const svn_repos_parser_fns_t *parse_fns'
> 

Heh.... I *knew* you'd say that!  That's why I put it in r1900 before
you got a chance to say anything.

See?  I'm learning.  ;-)


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