Re: Confusion to svn_kind_t!
From: Branko Čibej <brane_at_wandisco.com>
Date: Tue, 12 Mar 2013 14:25:12 +0100
So I've started the merge of svn_kind_t into svn_node_kind_t and have
Here's the problem: the WC code has a mechanism for converting
[from subversion/libsvn_wc/token-map.h]
static const svn_token_map_t kind_map[] = {
However, for tree conflict storage, we have:
[from subversion/libsvn_wc/tree_conflicts.c]
static const svn_token_map_t node_kind_map[] =
Note that the first table is for svn_kind_t, whereas the second is for
I could leave the difference as-is, but frankly it seems silly to be
Other opinions please?
-- Brane
-- Branko Čibej Director of Subversion | WANdisco | www.wandisco.comReceived on 2013-03-12 18:34:07 CET |
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.