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

Re: svn commit: r31820 - trunk/subversion/libsvn_fs_base

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Mon, 23 Jun 2008 15:28:30 -0700

Karl Fogel wrote:
>> --- trunk/subversion/libsvn_fs_base/tree.c (r31819)
>> +++ trunk/subversion/libsvn_fs_base/tree.c (r31820)
>> @@ -2686,7 +2698,7 @@ svn_fs_base__deltify(svn_fs_t *fs,
>> args.revision = revision;
>> SVN_ERR(svn_fs_base__retry_txn(fs, txn_body_rev_get_txn_id, &args, pool));
>>
>> - return deltify_mutable(fs, root, "/", txn_id, pool);
>> + return deltify_mutable(fs, root, "/", NULL, svn_node_unknown, txn_id, pool);
>> }
>
> Why not pass svn_node_dir instead of svn_node_unknown? Root directory
> ain't never gonna be a file :-).

Committed this correction (and the comment tweak Branko suggested) in
r31859. Thanks, guys!

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2008-06-24 00:28:43 CEST

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.