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

Re: CVS update: subversion/subversion/libsvn_fs tree.c

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-02-17 00:09:49 CET

On Fri, Feb 16, 2001 at 02:19:58PM -0000, jimb@tigris.org wrote:
>...
> @@ -101,6 +109,7 @@
> apr_pool_t *pool)
> {
> svn_fs_root_t *root = make_root (fs, pool);
> + root->kind = revision_root;
> root->rev = rev;
> root->root_dir = root_dir;
>
> @@ -116,6 +125,7 @@
> apr_pool_t *pool)
> {
> svn_fs_root_t *root = make_root (fs, pool);
> + root->kind = transaction_root;
> root->txn = apr_pstrdup (root->pool, txn);

Those look like variables.

I don't have a suggested naming scheme to use or anything, but it is a bit
confusing (until you search for the defn).

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:22 2006

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.