[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: Greg Stein <gstein_at_lyra.org>
Date: 2002-05-14 20:03:51 CEST

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).

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
Received on Tue May 14 20:02:18 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.