RE: Confusion to svn_kind_t!
From: Bert Huijben <bert_at_qqmail.nl>
Date: Tue, 12 Mar 2013 11:58:38 -0700
We don't store those skels in 1.8 as we switched to the new combined
The only place where you see them is if you use the old entries
I don't think we have to bump for that.
Bert From: Branko Čibej
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 19:59:09 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.