[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 1949 - branches/issue-654-dev/subversion/libsvn_fs

From: <cmpilato_at_collab.net>
Date: 2002-05-14 21:25:34 CEST

Greg Stein <gstein@lyra.org> writes:

> On Mon, May 13, 2002 at 08:57:40PM -0500, cmpilato@tigris.org wrote:
> >...
> > +++ branches/issue-654-dev/subversion/libsvn_fs/copies-table.h Mon May 13 20:57:23 2002
> >...
> > +svn_error_t *svn_fs__delete_copy (svn_fs_t *fs,
> > + const char *copy_id,
> > + trail_t *trail);
> >...
> > +svn_error_t *svn_fs__get_copy (svn_fs__copy_t **copy_p,
> > + svn_fs_t *fs,
> > + const char *copy_id,
> > + trail_t *trail);
>
> I thought your node, copy, and txn IDs would be integers. Thus, the COPY_ID
> parameter here would be an 'int' type. (whether apr_intXX_t or a new
> internal type such as svn_fs__table_id_t).

You're correct, and I would have found that out as soon as I converted
the svn_fs_id_t structure. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 14 21:26:46 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.