pub const svn_fs_node_relation_t_svn_fs_node_unrelated: svn_fs_node_relation_t = 0;
Expand description
The (root, path)-pairs are not related, i.e. none of the other cases apply. If the roots refer to different @c svn_fs_t instances, then they are always considered unrelated - even if the underlying repository is the same.